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:
22
22
2 . async generic class based views.
23
23
3 . async paginator
24
24
4 . async auth mixins
25
- 5 . async base middleware
25
+ 5 . async model form
26
+ 6 . async base middleware
26
27
27
28
more to come...
28
29
@@ -50,7 +51,7 @@ this package is developed by the community for the community and is available fo
50
51
1 . does this package solve all the async problems django has?
51
52
52
53
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.
54
55
55
56
2 . does this make async programming easier?
56
57
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.
11
11
* async generic class based views.
12
12
* async auth mixins.
13
13
* async paginator.
14
+ * async model form
14
15
* async base middleware
15
16
* more to come...
16
17
You can’t perform that action at this time.
0 commit comments