File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v0.39.0
4+
5+ - Explicit error messages when an invalid component field is excluded
6+ - Better support for serializing many-to-many fields which have been prefetched to reduce the number of database calls
7+ - Support excluding many-to-many fields with ` javascript_exclude `
8+
9+ [ All changes since 0.39.0] ( https://github.com/adamghill/django-unicorn/compare/0.38.1...0.39.0 ) .
10+
311## v0.38.1
412
513- Fix: Allow components to be ` pickled ` so they can be cached.
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " django-unicorn"
3- version = " 0.38.1 "
3+ version = " 0.39.0 "
44description = " A magical full-stack framework for Django."
55authors = [
" Adam Hill <[email protected] >" ]
66license = " MIT"
You can’t perform that action at this time.
0 commit comments