Skip to content

Commit 9162f6d

Browse files
committed
0.0.3 (Villette)
1 parent 2426104 commit 9162f6d

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

changes.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
19
### Version 0.0.1
210

311
* added async class based views

django_async_extensions/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
__version__ = "0.0.2.post1"
1+
__version__ = "0.0.3"
2+
version_name = "Villette"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "django-async-extensions"
3-
version = "0.0.2.post1"
3+
version = "0.0.3"
44
description = "provide async capable stuff for django"
55
authors = [
66
{name = "amirreza",email = "[email protected]"}

0 commit comments

Comments
 (0)