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 75850a2 commit bf5988fCopy full SHA for bf5988f
django_unicorn/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## v0.37.1
4
+
5
+- Support nested field attributes for `javascript_exclude`.
6
7
+[All changes since 0.37.0](https://github.com/adamghill/django-unicorn/compare/0.37.0...0.37.1).
8
9
## v0.37.0
10
11
- Revert loading and dirty elements when the server returns a 304 (not modified) or a 500 error.
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "django-unicorn"
-version = "0.37.0"
+version = "0.37.1"
description = "A magical full-stack framework for Django."
authors = ["Adam Hill <[email protected]>"]
license = "MIT"
0 commit comments