astrosat / django-astrosat-users

Common backend library for Astrosat projects' user management
GNU General Public License v3.0
2 stars 0 forks source link

migrate drf/swagger generator #121

Closed marksmall closed 3 years ago

marksmall commented 3 years ago

Describe the bug

The old drf-yasg library appears to no longer be maintained. A recent upgrade of djangorestframework exposed a problem and a Pull Request has not been answered for a bit, see issue https://github.com/axnsan12/drf-yasg/issues/641. One respondent has forked the library and fixed the problem.

I propose we switch to this new forked version.