File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,8 @@ these tools are provided for now:
22222 . async generic class based views.
23233 . async paginator
24244 . async auth mixins
25- 5 . async base middleware
25+ 5 . async model form
26+ 6 . async base middleware
2627
2728more to come...
2829
@@ -50,7 +51,7 @@ this package is developed by the community for the community and is available fo
50511 . does this package solve all the async problems django has?
5152
5253no, 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
55562 . does this make async programming easier?
5657
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments