Releases: adamghill/django-unicorn
Releases · adamghill/django-unicorn
0.27.2
27 Apr 03:00
Compare
Sorry, something went wrong.
No results found
Fix bug with relationship fields on a Django model
0.27.1
27 Apr 02:58
Compare
Sorry, something went wrong.
No results found
Fix some issues with many-to-many fields on a Django model
0.27.0
16 Apr 23:18
Compare
Sorry, something went wrong.
No results found
Many-to-many fields on a Django model are now supported
Multiple partial targets
0.26.0
10 Apr 21:17
Compare
Sorry, something went wrong.
No results found
Completely redesigned and much improved support for Django models and QuerySets.
Fix the startunicorn command and add some ascii art.
0.25.0
20 Mar 15:51
Compare
Sorry, something went wrong.
No results found
Support calling functions in JavaScript modules
Fix: use unicorn:db without a unicorn:model in the same element
0.24.0
11 Mar 01:12
Compare
Sorry, something went wrong.
No results found
0.23.0
28 Feb 21:20
Compare
Sorry, something went wrong.
No results found
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
26 Feb 03:44
Compare
Sorry, something went wrong.
No results found
Use Django cache for storing component state when available
Add support for Django 2.2.x
0.21.2
20 Feb 23:40
Compare
Sorry, something went wrong.
No results found
Add backported dataclasses as a dependency for Python 3.6.
0.21.0
19 Feb 00:07
Compare
Sorry, something went wrong.
No results found
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.