Kaydet (Commit) 10472703 authored tarafından Simon Charette's avatar Simon Charette

Adjusted a variable name in migration signal tests.

üst c0118ff8
...@@ -5,7 +5,7 @@ from django.test import TestCase, override_settings ...@@ -5,7 +5,7 @@ from django.test import TestCase, override_settings
from django.utils import six from django.utils import six
APP_CONFIG = apps.get_app_config('migrate_signals') APP_CONFIG = apps.get_app_config('migrate_signals')
PRE_MIGRATE_ARGS = ['app_config', 'verbosity', 'interactive', 'using'] SIGNAL_ARGS = ['app_config', 'verbosity', 'interactive', 'using']
MIGRATE_DATABASE = 'default' MIGRATE_DATABASE = 'default'
MIGRATE_VERBOSITY = 1 MIGRATE_VERBOSITY = 1
MIGRATE_INTERACTIVE = False MIGRATE_INTERACTIVE = False
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment