Releases: adamghill/django-unicorn
Releases · adamghill/django-unicorn
0.27.2
- Fix bug with relationship fields on a Django model
0.27.1
- Fix some issues with many-to-many fields on a Django model
0.27.0
- Many-to-many fields on a Django model are now supported
- Multiple partial targets
0.26.0
- Completely redesigned and much improved support for Django models and QuerySets.
- Fix the
startunicorn
command and add some ascii art.
0.25.0
- Support calling functions in JavaScript modules
- Fix: use
unicorn:db
without a unicorn:model
in the same element
0.23.0
- Performance enhancement that returns a 304 HTTP status code when an action happens, but the content doesn't change.
- Add
unicorn:ignore
attribute to prevent an element from being morphed (useful when using Unicorn
with libraries like Select2
that change the DOM).
- Add support for passing arguments to
Unicorn.call
.
- Bug fix when attempting to cache component views that utilize the
db_model
decorator.
0.22.0
- Use Django cache for storing component state when available
- Add support for Django 2.2.x
0.21.2
- Add backported
dataclasses
as a dependency for Python 3.6.
0.21.0
- Bug: Prevent disabled polls from firing at all.
- Handle serializing
Decimal
fields.
- Use type hints to cast fields to primitive Python types if possible.
- Support
dataclass
field type.