Resolve support for Django 2.0
This commit is contained in:
parent
f9354d9aeb
commit
fbfb6da975
32 changed files with 132 additions and 131 deletions
|
|
@ -22,7 +22,7 @@ class Migration(migrations.Migration):
|
|||
migrations.AlterModelManagers(
|
||||
name='accountdb',
|
||||
managers=[
|
||||
(b'objects', evennia.accounts.manager.AccountDBManager()),
|
||||
('objects', evennia.accounts.manager.AccountDBManager()),
|
||||
],
|
||||
),
|
||||
migrations.AlterField(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue