- added make_middleware_decorator and related utils
Backwards incompatible change:
- removed the
a
prefix from directory names
- added base async middleware
- adjusted the renderer of CBVs to be async friendly
- added an async constructor to async model form
- added async interface for validating model form
- added async render utils to model form
- added async class based views
- added async generic class based views
- added async paginator
- added async model form
- added async auth mixins