Merge pull request #6508 from ryanpetrello/django-extensions-bump

bump django-extensions version to address a bug in shell_plus

Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
softwarefactory-project-zuul[bot]
2020-03-31 19:16:49 +00:00
committed by GitHub
3 changed files with 2 additions and 3 deletions

View File

@@ -40,7 +40,6 @@ NOTEBOOK_ARGUMENTS = [
]
# print SQL queries in shell_plus
SHELL_PLUS = 'ipython'
SHELL_PLUS_PRINT_SQL = False
# show colored logs in the dev environment