Skip to content

Releases: adamghill/django-unicorn

0.39.1

04 Dec 21:54
Compare
Choose a tag to compare
  • Prefer prefetch_related to reduce database calls for many-to-many fields.

0.39.0

03 Dec 04:35
Compare
Choose a tag to compare
  • Explicit error messages when an invalid component field is excluded
  • Better support for serializing many-to-many fields which have been prefetched to reduce the number of database calls
  • Support excluding many-to-many fields with javascript_exclude

0.38.1

22 Nov 04:01
Compare
Choose a tag to compare
  • Fix: Allow components to be pickled so they can be cached.

0.38.0

22 Nov 00:38
Compare
Choose a tag to compare
  • Include request context in component templates.

0.37.2

22 Nov 00:29
Compare
Choose a tag to compare
  • Fix: nested field attributes for javascript_exclude.

0.37.1

21 Nov 20:38
Compare
Choose a tag to compare
  • Support nested field attributes for javascript_exclude.

0.37.0

26 Oct 01:55
Compare
Choose a tag to compare
  • Revert loading and dirty elements when the server returns a 304 (not modified) or a 500 error.

0.36.1

09 Oct 02:14
Compare
Choose a tag to compare
  • More verbose error messages when components can't be loaded (#277 by nerdoc).
  • More complete handling to prevent XSS attacks.

0.36.0

07 Oct 23:34
Compare
Choose a tag to compare

Breaking changes

  • responses will be HTML encoded going forward (to explicitly opt-in to previous behavior use safe)

0.35.3

16 Sep 02:23
Compare
Choose a tag to compare