We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa86377 commit 0cd25b8Copy full SHA for 0cd25b8
.travis.yml
@@ -2,12 +2,13 @@ language: python
2
python:
3
- 2.7
4
- 3.5
5
+ - 3.8
6
env:
7
global:
8
- DJANGO_SETTINGS_MODULE=tests.settings
9
matrix:
- - DJANGO=1.8
10
- - DJANGO=1.9
+ - DJANGO=2.2
11
+ - DJANGO=3.0
12
install:
13
- pip install -q Django==$DJANGO django-debug-toolbar>=1.0
-script: python -m tests.test_toolbar
14
+script: python -m tests.test_toolbar
CHANGELOG.md
@@ -1,5 +1,6 @@
1
# Changelog
+* 1.2.4 Resolves conflicts with other libraries accessing mail (Thanks @ciotto)
* 1.2.3 Updates import from DebugPanel to Panel (Thanks @ciotto & @WilliamMayor!)
* 1.2.2 Fixes pathlib issue (Thanks @adamb70!)
* 1.2.1 Fixes document.ready ReferenceError (Thanks @nschlemm!)
0 commit comments