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 8f90653 commit af6c930Copy full SHA for af6c930
docs/source/changelog.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## v0.44.0
4
+
5
+- Add support for raising a `ValidationError` from component methods
6
7
+[All changes since 0.43.1](https://github.com/adamghill/django-unicorn/compare/0.43.1...0.44.0).
8
9
## v0.43.1
10
11
- Fix bug where direct views were not caching the component correctly
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "django-unicorn"
-version = "0.43.1"
+version = "0.44.0"
description = "A magical full-stack framework for Django."
authors = ["Adam Hill <[email protected]>"]
license = "MIT"
0 commit comments