Skip to content

Commit f7ec20c

Browse files
committed
update list of avilable tools
1 parent 8b9dbe3 commit f7ec20c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ these tools are provided for now:
2222
2. async generic class based views.
2323
3. async paginator
2424
4. async auth mixins
25-
5. async base middleware
25+
5. async model form
26+
6. async base middleware
2627

2728
more to come...
2829

@@ -50,7 +51,7 @@ this package is developed by the community for the community and is available fo
5051
1. does this package solve all the async problems django has?
5152

5253
no, we provide some tools to help with some stuff,
53-
but some stuff need to be solved in django itself.
54+
but some things need to be solved in django itself.
5455

5556
2. does this make async programming easier?
5657

docs/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ check out the [installation](installation.md) guide for how to get this package.
1111
* async generic class based views.
1212
* async auth mixins.
1313
* async paginator.
14+
* async model form
1415
* async base middleware
1516
* more to come...
1617

0 commit comments

Comments
 (0)