Thanks @mmolitor87
This commit is contained in:
Adarnof 2017-12-21 15:20:20 -05:00 committed by GitHub
parent 82ad3821c4
commit 478f9b9390
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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