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 8ef9c57 commit eaac9b2Copy full SHA for eaac9b2
docs/source/changelog.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## v0.43.1
4
+
5
+- Fix bug where direct views were not caching the component correctly
6
7
+[All changes since 0.43.0](https://github.com/adamghill/django-unicorn/compare/0.43.0...0.43.1).
8
9
## v0.43.0
10
11
- Defer displaying `messages` when an action method returns a [redirect](messages.md#redirecting)
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "django-unicorn"
-version = "0.43.0"
+version = "0.43.1"
description = "A magical full-stack framework for Django."
authors = ["Adam Hill <[email protected]>"]
license = "MIT"
0 commit comments