Skip to content

Releases: adamghill/django-unicorn

0.27.2

27 Apr 03:00
Compare
Choose a tag to compare
  • Fix bug with relationship fields on a Django model

0.27.1

27 Apr 02:58
Compare
Choose a tag to compare
  • Fix some issues with many-to-many fields on a Django model

0.27.0

16 Apr 23:18
Compare
Choose a tag to compare
  • Many-to-many fields on a Django model are now supported
  • Multiple partial targets

0.26.0

10 Apr 21:17
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • 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
Choose a tag to compare

0.23.0

28 Feb 21:20
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • Use Django cache for storing component state when available
  • Add support for Django 2.2.x

0.21.2

20 Feb 23:40
Compare
Choose a tag to compare
  • Add backported dataclasses as a dependency for Python 3.6.

0.21.0

19 Feb 00:07
Compare
Choose a tag to compare
  • 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.