Changes
Version 0.0.5
- added make_middleware_decorator and related utils
Backwards incompatible change:
- removed the
aprefix from directory names
Version 0.0.4
- added base async middleware
Version 0.0.3
- 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
Version 0.0.1
- added async class based views
- added async generic class based views
- added async paginator
- added async model form
- added async auth mixins