Remove 'cache_table' from required params

Starting in Django 1.7, the createcachetable command looks for cache
table names in the CACHES settings dictionary, so cache_table is no
longer required, but is still allowed.
reviewable/pr18780/r1
Aaron Kurtz 9 years ago
parent 15dcabe012
commit b303d760e6

@ -183,7 +183,6 @@ def main():
command_required_param_map = dict( command_required_param_map = dict(
loaddata=('fixtures', ), loaddata=('fixtures', ),
createcachetable=('cache_table', ),
) )
# forces --noinput on every command that needs it # forces --noinput on every command that needs it

Loading…
Cancel
Save