-
Notifications
You must be signed in to change notification settings - Fork 810
Closed
Description
Describe the bug
Running makemigrations
should not have an output or create new migration files for this library.
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/0005_alter_accesstoken_user_alter_application_user_and_more.py
- Alter field user on accesstoken
- Alter field user on application
- Alter field user on grant
- Alter field user on idtoken
- Alter field user on refreshtoken
To Reproduce
Upgrade to Django 4.0.1
and django-oauth-toolkit 1.6.1
Expected behavior
Nothing
Version
1.6.1
- I have tested with the latest published release and it's still a problem.
- I have tested with the master branch and it's still a problem.