- commit
- aff583d84e6d5e36ee358c044ec89e5b53eec044
- parent
- cde62027355d0f2d42e67d7eafcf7c4d73123312
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2019-04-05 14:52
migrateall: adapt to django 2.2
Diffstat
| M | utils/management/commands/migrateall.py | 1 | + |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/management/commands/migrateall.py b/utils/management/commands/migrateall.py
@@ -16,6 +16,7 @@ class Command(BaseCommand): 16 16 'fake': False, 17 17 'fake_initial': False, 18 18 'run_syncdb': False, -1 19 'plan': False, 19 20 } 20 21 options.update(kwargs) 21 22