Skip to content

Commit

Permalink
Remove dependencies to models that create circular errors
Browse files Browse the repository at this point in the history
  • Loading branch information
MattBlack85 authored and jleclanche committed Dec 11, 2017
1 parent 043e5d3 commit 231efff
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions oauth2_provider/migrations/0001_initial.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,7 @@
class Migration(migrations.Migration):

dependencies = [
migrations.swappable_dependency(settings.AUTH_USER_MODEL),
migrations.swappable_dependency(oauth2_settings.APPLICATION_MODEL),
migrations.swappable_dependency(oauth2_settings.ACCESS_TOKEN_MODEL),
migrations.swappable_dependency(oauth2_settings.REFRESH_TOKEN_MODEL),
migrations.swappable_dependency(oauth2_settings.GRANT_MODEL),
migrations.swappable_dependency(settings.AUTH_USER_MODEL)
]

operations = [
Expand Down

0 comments on commit 231efff

Please sign in to comment.