Skip to content

Commit 0cd25b8

Browse files
committed
Changelog/travis update.
1 parent aa86377 commit 0cd25b8

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@ language: python
22
python:
33
- 2.7
44
- 3.5
5+
- 3.8
56
env:
67
global:
78
- DJANGO_SETTINGS_MODULE=tests.settings
89
matrix:
9-
- DJANGO=1.8
10-
- DJANGO=1.9
10+
- DJANGO=2.2
11+
- DJANGO=3.0
1112
install:
1213
- pip install -q Django==$DJANGO django-debug-toolbar>=1.0
13-
script: python -m tests.test_toolbar
14+
script: python -m tests.test_toolbar

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Changelog
22

3+
* 1.2.4 Resolves conflicts with other libraries accessing mail (Thanks @ciotto)
34
* 1.2.3 Updates import from DebugPanel to Panel (Thanks @ciotto & @WilliamMayor!)
45
* 1.2.2 Fixes pathlib issue (Thanks @adamb70!)
56
* 1.2.1 Fixes document.ready ReferenceError (Thanks @nschlemm!)

0 commit comments

Comments
 (0)