Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 581 Bytes

changes.md

File metadata and controls

27 lines (17 loc) · 581 Bytes

Version 0.0.5

  • added make_middleware_decorator and related utils

Backwards incompatible change:

  • removed the a prefix 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