You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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)