JoelLefkowitz / drf-yasg

Automated generation of real Swagger/OpenAPI 2.0 schemas from Django REST Framework code.
https://drf-yasg2.readthedocs.io/en/stable/
BSD 3-Clause "New" or "Revised" License
65 stars 2 forks source link

Document Django 3.1 support in README #55

Closed johnthagen closed 4 years ago

johnthagen commented 4 years ago

This was overlooked in #52

JoelLefkowitz commented 4 years ago

Added into #52 which has been merged into release 1.19. But it's still worth updating given that we want this to be reflected in all versions

JoelLefkowitz commented 4 years ago

3.1 compatibility should only be listed 1.19.x since there's no tox suite for django 3.1 in the 1.18 releases

This is fixed in the 1.19 merge into master