Skip to content

Commit

Permalink
Upgraded django-debug-toolbar to 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
imkevinxu committed Jun 20, 2015
1 parent e08d8fd commit 9d28270
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ Currently using [Django 1.8.2](https://docs.djangoproject.com/en/1.8/) for the a
[dev.txt]
---------
- [Werkzeug 0.10.4](http://werkzeug.pocoo.org/) - WSGI utility library with powerful debugger
- [django-debug-toolbar 1.3.0](http://django-debug-toolbar.readthedocs.org/) - Debug information in a toolbar
- [django-debug-toolbar 1.3.2](http://django-debug-toolbar.readthedocs.org/) - Debug information in a toolbar
- [django-sslserver 0.15](https://github.com/teddziuba/django-sslserver) - SSL localhost server

[prod.txt]
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Werkzeug==0.10.4

# Debug information in a toolbar
# http://django-debug-toolbar.readthedocs.org/
django-debug-toolbar==1.3.0
django-debug-toolbar==1.3.2

# SSL localhost server
# https://github.com/teddziuba/django-sslserver
Expand Down

0 comments on commit 9d28270

Please sign in to comment.