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 2426104 commit 9162f6dCopy full SHA for 9162f6d
changes.md
@@ -1,3 +1,11 @@
1
+### Version 0.0.3
2
+
3
+* adjusted the renderer of CBVs to be async friendly
4
+* added an async constructor to async model form
5
+* added async interface for validating model form
6
+* added async render utils to model form
7
8
9
### Version 0.0.1
10
11
* added async class based views
django_async_extensions/__init__.py
@@ -1 +1,2 @@
-__version__ = "0.0.2.post1"
+__version__ = "0.0.3"
+version_name = "Villette"
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "django-async-extensions"
-version = "0.0.2.post1"
+version = "0.0.3"
description = "provide async capable stuff for django"
authors = [
{name = "amirreza",email = "[email protected]"}
0 commit comments