We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44930b1 commit d77d48dCopy full SHA for d77d48d
django_unicorn/CHANGELOG.md
@@ -1,12 +1,18 @@
1
# Changelog
2
3
+## v0.39.1
4
+
5
+- Prefer `prefetch_related` to reduce database calls for many-to-many fields.
6
7
+[All changes since 0.39.0](https://github.com/adamghill/django-unicorn/compare/0.39.0...0.39.1).
8
9
## v0.39.0
10
11
- Explicit error messages when an invalid component field is excluded
12
- Better support for serializing many-to-many fields which have been prefetched to reduce the number of database calls
13
- Support excluding many-to-many fields with `javascript_exclude`
14
-[All changes since 0.39.0](https://github.com/adamghill/django-unicorn/compare/0.38.1...0.39.0).
15
+[All changes since 0.38.1](https://github.com/adamghill/django-unicorn/compare/0.38.1...0.39.0).
16
17
## v0.38.1
18
0 commit comments