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