Skip to content

Commit

Permalink
Upgraded django-debug-toolbar to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
imkevinxu committed Mar 11, 2015
1 parent 892e45f commit 3a36462
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ base.txt
dev.txt
-------
- [Werkzeug 0.10.1](http://werkzeug.pocoo.org/) - WSGI utility library with powerful debugger
- [django-debug-toolbar 1.2.2](http://django-debug-toolbar.readthedocs.org/en/1.2/) - Debug information in a toolbar
- [django-debug-toolbar 1.3.0](http://django-debug-toolbar.readthedocs.org/) - Debug information in a toolbar
- [django-sslserver 0.14](https://github.com/teddziuba/django-sslserver) - SSL localhost server

prod.txt
Expand Down
4 changes: 2 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
Werkzeug==0.10.1

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

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

0 comments on commit 3a36462

Please sign in to comment.