Skip to content

Release 2.1.0

Compare
Choose a tag to compare
@j4mie j4mie released this 13 Jan 16:10
· 41 commits to main since this release
8f97e06

Changed

  • Add support for Django 4.1
  • Drop support for Django 2.2
  • Add support for Python 3.11
  • Drop support for Python 3.6

Added

  • In the Django REST framework layer, callables in a spec are now automatically called and passed the request object (#76)
  • Support for generating a Django REST framework serializer from a spec, and for annotating custom pairs in a spec with their output field types. This enables automatic schema generation. (#76)