Styria-Digital / django-rest-framework-jwt

JSON Web Token Authentication support for Django REST Framework
https://styria-digital.github.io/django-rest-framework-jwt/
MIT License
191 stars 57 forks source link

Add db alias to the migration operation queryset #108

Closed giff-h closed 2 years ago

giff-h commented 2 years ago

This is necessary for the migration to run correctly on the database alias specified by ./manage.py migrate --database <alias>

It would always run on "default" otherwise