Releases: adamghill/django-unicorn
Releases · adamghill/django-unicorn
0.39.1
- Prefer
prefetch_related
to reduce database calls for many-to-many fields.
0.39.0
- 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
- Fix: Allow components to be
pickled
so they can be cached.
0.38.0
- Include request context in component templates.
0.37.2
- Fix: nested field attributes for
javascript_exclude
.
0.37.1
- Support nested field attributes for
javascript_exclude
.
0.37.0
- Revert loading and dirty elements when the server returns a 304 (not modified) or a 500 error.
0.36.1
- More verbose error messages when components can't be loaded (#277 by nerdoc).
- More complete handling to prevent XSS attacks.
0.36.0
Breaking changes
- responses will be HTML encoded going forward (to explicitly opt-in to previous behavior use safe)