Skip to content

Commit 2be4451

Browse files
committed
update migration
1 parent 60b1b5a commit 2be4451

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/migrations/0007_add_localidtoken.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class Migration(migrations.Migration):
1111
dependencies = [
1212
migrations.swappable_dependency(settings.OAUTH2_PROVIDER_APPLICATION_MODEL),
1313
migrations.swappable_dependency(settings.AUTH_USER_MODEL),
14-
('tests', '0005_basetestapplication_allowed_origins_and_more'),
14+
('tests', '0006_basetestapplication_token_family'),
1515
]
1616

1717
operations = [

0 commit comments

Comments
 (0)