Skip to content

Commit

Permalink
Bug 1302689 - Update django-debug-toolbar from 1.4 to 1.6
Browse files Browse the repository at this point in the history
https://django-debug-toolbar.readthedocs.io/en/stable/changes.html
jazzband/django-debug-toolbar@1.4...1.6

Also removes the now obsolete `DEBUG_TOOLBAR_PATCH_SETTINGS` preference.
  • Loading branch information
Ed Morley committed Oct 20, 2016
1 parent e0a3823 commit 0bb999b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion requirements/dev.txt
Expand Up @@ -2,7 +2,7 @@

pytest==3.0.3 --hash=sha256:aea87ca4240b79868ccabd14ba56a12eceb1c1e8076b585fe2fa5602a5874db7

django-debug-toolbar==1.4 --hash=sha256:852a37b80df9597048591ebc87d0ce85a4edceaef015dc5360ad89cc5960c27b
django-debug-toolbar==1.6 --hash=sha256:62f95c09c0faa4b2deac7edba69a84d0d8ad794e79ce24d86c7cd004c91053d8

datadiff==2.0.0 --hash=sha256:54049440a896de5247ee2e7b7aa5425f939ac832c37edb2101f8d3036e89caa8

Expand Down
1 change: 0 additions & 1 deletion treeherder/config/settings.py
Expand Up @@ -25,7 +25,6 @@ def server_supports_tls(url):

DEBUG = env.bool("TREEHERDER_DEBUG", default=False)
ENABLE_DEBUG_TOOLBAR = env.bool("ENABLE_DEBUG_TOOLBAR", False)
DEBUG_TOOLBAR_PATCH_SETTINGS = False # disable django debug toolbar automatic configuration

# Default to retaining data for ~4 months.
DATA_CYCLE_DAYS = env.int("DATA_CYCLE_DAYS", default=120)
Expand Down

0 comments on commit 0bb999b

Please sign in to comment.