jazzband / django-oauth-toolkit

OAuth2 goodies for the Djangonauts!
https://django-oauth-toolkit.readthedocs.io
Other
3.15k stars 794 forks source link

Add missing migration caused by #1020 #1074

Closed n2ygk closed 2 years ago

n2ygk commented 2 years ago

Discovered by @max-wittig:

poetry run python manage.py makemigrations --check --dry-run
Migrations for 'oauth2_provider':
  /Users/max/Library/Caches/pypoetry/virtualenvs/codeapps-wUwe-wZH-py3.10/lib/python3.10/site-packages/oauth2_provider/migrations/0006_alter_application_client_secret.py
    - Alter field client_secret on application

Originally posted by @max-wittig in https://github.com/jazzband/django-oauth-toolkit/issues/1067#issuecomment-1005204093

n2ygk commented 2 years ago

1020 needs an accompanying migration due to changing the type of the client_secret