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 3047ae1 commit 21ee16dCopy full SHA for 21ee16d
django_unicorn/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## v0.37.2
4
+
5
+- Fix: nested field attributes for `javascript_exclude`.
6
7
+[All changes since 0.37.1](https://github.com/adamghill/django-unicorn/compare/0.37.1...0.37.2).
8
9
## v0.37.1
10
11
- Support nested field attributes for `javascript_exclude`.
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "django-unicorn"
-version = "0.37.1"
+version = "0.37.2"
description = "A magical full-stack framework for Django."
authors = ["Adam Hill <[email protected]>"]
license = "MIT"
0 commit comments