Skip to content

Commit aef2d20

Browse files
committed
fix (again!) incorrect swappable dependency reference
1 parent 7d152a4 commit aef2d20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oauth2_provider/migrations/0012_add_token_checksum.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
class Migration(migrations.Migration):
88
dependencies = [
99
("oauth2_provider", "0011_refreshtoken_token_family"),
10-
migrations.swappable_dependency(oauth2_settings.OAUTH2_PROVIDER_ACCESS_TOKEN_MODEL),
10+
migrations.swappable_dependency(oauth2_settings.ACCESS_TOKEN_MODEL),
1111
]
1212

1313
operations = [

0 commit comments

Comments
 (0)