Thanks @mmolitor87
This commit is contained in:
Adarnof
2017-12-21 15:20:20 -05:00
committed by GitHub
parent 82ad3821c4
commit 478f9b9390

View File

@@ -111,7 +111,7 @@ def populate_ownerships(apps, schema_editor):
for t in ts:
if t.refresh_token:
# find newest refreshable token and use it as basis for CharacterOwnership
CharacterOwnership.objecs.create_by_token(t)
CharacterOwnership.objects.create_by_token(t)
break