Merge pull request #2641 from aaronkurtz/devel

Remove 'cache_table' from required params
This commit is contained in:
Brian Coca 2016-01-25 23:44:35 -05:00
commit c36bd28d08

View file

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