We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60b1b5a commit 2be4451Copy full SHA for 2be4451
tests/migrations/0007_add_localidtoken.py
@@ -11,7 +11,7 @@ class Migration(migrations.Migration):
11
dependencies = [
12
migrations.swappable_dependency(settings.OAUTH2_PROVIDER_APPLICATION_MODEL),
13
migrations.swappable_dependency(settings.AUTH_USER_MODEL),
14
- ('tests', '0005_basetestapplication_allowed_origins_and_more'),
+ ('tests', '0006_basetestapplication_token_family'),
15
]
16
17
operations = [
0 commit comments