mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-26 11:34:00 +03:00
Upgrade django debug toolbar to 1.6 (#844)
* Replaced django-debug-toolbar github link with version 1.6 * Contributor update
This commit is contained in:
parent
ab4686f519
commit
77ce5f04ee
|
@ -116,6 +116,7 @@ Listed in alphabetical order.
|
||||||
Peter Bittner `@bittner`_
|
Peter Bittner `@bittner`_
|
||||||
Raphael Pierzina `@hackebrot`_
|
Raphael Pierzina `@hackebrot`_
|
||||||
Raony Guimarães Corrêa `@raonyguimaraes`_
|
Raony Guimarães Corrêa `@raonyguimaraes`_
|
||||||
|
René Muhl `@rm--`_
|
||||||
Roman Afanaskin `@siauPatrick`_
|
Roman Afanaskin `@siauPatrick`_
|
||||||
Roman Osipenko `@romanosipenko`_
|
Roman Osipenko `@romanosipenko`_
|
||||||
Russell Davies
|
Russell Davies
|
||||||
|
@ -197,6 +198,7 @@ Listed in alphabetical order.
|
||||||
.. _@oubiga: https://github.com/oubiga
|
.. _@oubiga: https://github.com/oubiga
|
||||||
.. _@parbhat: https://github.com/parbhat
|
.. _@parbhat: https://github.com/parbhat
|
||||||
.. _@raonyguimaraes: https://github.com/raonyguimaraes
|
.. _@raonyguimaraes: https://github.com/raonyguimaraes
|
||||||
|
.. _@rm--: https://github.com/rm--
|
||||||
.. _@romanosipenko: https://github.com/romanosipenko
|
.. _@romanosipenko: https://github.com/romanosipenko
|
||||||
.. _@shireenrao: https://github.com/shireenrao
|
.. _@shireenrao: https://github.com/shireenrao
|
||||||
.. _@show0k: https://github.com/show0k
|
.. _@show0k: https://github.com/show0k
|
||||||
|
|
|
@ -8,10 +8,7 @@ Werkzeug==0.11.11
|
||||||
django-test-plus==1.0.15
|
django-test-plus==1.0.15
|
||||||
factory_boy==2.7.0
|
factory_boy==2.7.0
|
||||||
|
|
||||||
# Temporary workaround to fix issue https://github.com/pydanny/cookiecutter-django/issues/827
|
django-debug-toolbar==1.6
|
||||||
# It will be removed when django-debug-toolbar publish the new version on pypi
|
|
||||||
-e git+https://github.com/jazzband/django-debug-toolbar.git@637b0b73bc684f6ea600dca5ca1bb1f090fcee93#egg=django-debug-toolbar
|
|
||||||
#django-debug-toolbar==1.5
|
|
||||||
|
|
||||||
# improved REPL
|
# improved REPL
|
||||||
ipdb==0.10.1
|
ipdb==0.10.1
|
||||||
|
|
Loading…
Reference in New Issue
Block a user