v1.4 forces upgrade to Django==1.9.5
See original GitHub issueNot sure if this is intentional, but using pip install --upgrade django-debug-toolbar with a Django 1.8.11 install causes Django to be upgraded to 1.9.5.
Issue Analytics
- State:
- Created 7 years ago
- Comments:7 (6 by maintainers)
Top Results From Across the Web
How to upgrade Django to a newer version
Read the release notes for each 'final' release from the one after your current Django version, up to and including the version to...
Read more >Django Development with Docker Compose and Machine
Let's look at how to containerize Django, Postgres, and Redis for local Docker development along with delivering the stack to the cloud via...
Read more >Bug listing with status RESOLVED with resolution OBSOLETE ...
Bug:1523 - "[IDEA] Offload work by distributing trivial ebuild maintenance to users, introduce a simple stability voting system and have a core team...
Read more >How to upgrade django? - python - Stack Overflow
18 Answers 18 · Use this command to get all available Django versions: yolk -V django · Type pip install -U Django for...
Read more >Compiling on Linux - frePPLe
Instructions for compilation from the latest source code. ... Update your system with the development software packages. ... automake, v1.9.5 or later.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

I created issue pypa/pip#3653 to verify potential pip bug.
As far as I can tell, this is a discussion about the behavior of pip, not the behavior of the toolbar.