iMerica / dj-rest-auth

Authentication for Django Rest Framework
https://dj-rest-auth.readthedocs.io/en/latest/index.html
MIT License
1.64k stars 306 forks source link

Up drf-yasg version in demo project to fix breaking change with removal of `NullBooleanField` from DRF #454

Closed J-Priebe closed 1 year ago

J-Priebe commented 1 year ago

NullBooleanField was removed from DRF in version 3.14. This broke dry-yasg and was fixed in 1.21.x. This, in turn, breaks migrations in the demo project.

This simply updates the requirements.pip for the demo project such that all migrations run successfully.