Commit 2ed80383 by James Cammarata

Merge pull request #4228 from mragh/devel

Include database param if provided and valid in django_admin commands
parents 9dd2d1eb bd446ef7
......@@ -186,7 +186,7 @@ def main():
specific_params = ('apps', 'database', 'failfast', 'fixtures', 'liveserver', 'testrunner')
# These params are automatically added to the command if present
general_params = ('settings', 'pythonpath', )
general_params = ('settings', 'pythonpath', 'database',)
specific_boolean_params = ('failfast', 'skip', 'merge', 'link')
end_of_command_params = ('apps', 'cache_table', 'fixtures')
......
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