Browse Source

Updated django-debug-toolbar to 1.5 to fix

TypeError at /
process() missing 1 required positional argument: 'stream'

Related to https://github.com/jazzband/django-debug-toolbar/issues/856
pull/61/head
Stephen Martin 9 years ago
parent
commit
734d72755f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      requirements.txt

+ 1
- 1
requirements.txt View File

@ -1,5 +1,5 @@
django>=1.8,<1.9 django>=1.8,<1.9
django-debug-toolbar==1.4
django-debug-toolbar==1.5
gunicorn==19.4.5 gunicorn==19.4.5
psycopg2==2.6.1 psycopg2==2.6.1
whitenoise==3.0 whitenoise==3.0

Loading…
Cancel
Save