Skip to content

Commit c4f560d

Browse files
committed
Bump to 0.39.0.
1 parent d39e296 commit c4f560d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

django_unicorn/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
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.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "django-unicorn"
3-
version = "0.38.1"
3+
version = "0.39.0"
44
description = "A magical full-stack framework for Django."
55
authors = ["Adam Hill <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)