diff options
Diffstat (limited to 'tests/swappable_models')
| -rw-r--r-- | tests/swappable_models/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/swappable_models/tests.py b/tests/swappable_models/tests.py index de2105d2ec..246d456f20 100644 --- a/tests/swappable_models/tests.py +++ b/tests/swappable_models/tests.py @@ -28,7 +28,7 @@ class SwappableModelTests(TestCase): # Re-run migrate. This will re-build the permissions and content types. new_io = StringIO() - management.call_command('migrate', load_initial_data=False, interactive=False, stdout=new_io) + management.call_command('migrate', interactive=False, stdout=new_io) # Check that content types and permissions exist for the swapped model, # but not for the swappable model. |
