Skip to content

Commit

Permalink
added missing swappable migration option to prevent the creation of t…
Browse files Browse the repository at this point in the history
…he swappable model if alternative model is provided.
  • Loading branch information
bartdag authored and outsbart committed Dec 14, 2015
1 parent 970ccee commit a818764
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions oauth2_provider/migrations/0001_initial.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ class Migration(migrations.Migration):
],
options={
'abstract': False,
'swappable': 'OAUTH2_PROVIDER_APPLICATION_MODEL',
},
),
migrations.CreateModel(
Expand Down

0 comments on commit a818764

Please sign in to comment.