Skip to content

Commit d77d48d

Browse files
committed
Bump version to 0.39.1.
1 parent 44930b1 commit d77d48d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

django_unicorn/CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
# Changelog
22

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+
39
## v0.39.0
410

511
- Explicit error messages when an invalid component field is excluded
612
- Better support for serializing many-to-many fields which have been prefetched to reduce the number of database calls
713
- Support excluding many-to-many fields with `javascript_exclude`
814

9-
[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).
1016

1117
## v0.38.1
1218

0 commit comments

Comments
 (0)