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 4b79f48 commit 4212685Copy full SHA for 4212685
django_unicorn/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## v0.38.1
4
+
5
+- Fix: Allow components to be `pickled` so they can be cached.
6
7
+[All changes since 0.38.0](https://github.com/adamghill/django-unicorn/compare/0.38.0...0.38.1).
8
9
## v0.38.0
10
11
- Include request context in component templates.
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "django-unicorn"
-version = "0.38.0"
+version = "0.38.1"
description = "A magical full-stack framework for Django."
authors = ["Adam Hill <[email protected]>"]
license = "MIT"
0 commit comments