Releases: adamghill/django-unicorn
Releases · adamghill/django-unicorn
0.40.0
18 Dec 22:02
Compare
Sorry, something went wrong.
No results found
Add direct view so that components can be added directly to urls without being required to be included in a regular Django template.
Add capability for startunicorn to created components in sub-folders (#299 )[https://github.com//issues/299 ]
0.39.1
04 Dec 21:54
Compare
Sorry, something went wrong.
No results found
Prefer prefetch_related to reduce database calls for many-to-many fields.
0.39.0
03 Dec 04:35
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Fix: Allow components to be pickled so they can be cached.
0.38.0
22 Nov 00:38
Compare
Sorry, something went wrong.
No results found
Include request context in component templates.
0.37.2
22 Nov 00:29
Compare
Sorry, something went wrong.
No results found
Fix: nested field attributes for javascript_exclude.
0.37.1
21 Nov 20:38
Compare
Sorry, something went wrong.
No results found
Support nested field attributes for javascript_exclude.
0.37.0
26 Oct 01:55
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Breaking changes
responses will be HTML encoded going forward (to explicitly opt-in to previous behavior use safe )