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
This commit is contained in:
parent
b0d550d173
commit
734d72755f
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue