Skip to content

Commit 7aefea4

Browse files
committed
Fix #1731: Test against Django 4.2a1 (main is already in there)
1 parent 5bb91d0 commit 7aefea4

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs/changes.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Change log
44
Pending
55
-------
66

7+
* Added Django 4.2a1 to the CI.
78
* Fixed PostgreSQL raw query with a tuple parameter during on explain.
89
* Use ``TOOLBAR_LANGUAGE`` setting when rendering individual panels
910
that are loaded via AJAX.

tox.ini

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@ envlist =
44
docs
55
packaging
66
py{37}-dj{32}-{sqlite,postgresql,postgis,mysql}
7-
py{38,39,310}-dj{32,40,41,main}-{sqlite,postgresql,postgis,mysql}
8-
py{311}-dj{41,main}-{sqlite,postgresql,postgis,mysql}
7+
py{38,39}-dj{32,40,41,42}-{sqlite,postgresql,postgis,mysql}
8+
py{310,311}-dj{41,42,main}-{sqlite,postgresql,postgis,mysql}
99

1010
[testenv]
1111
deps =
1212
dj32: django~=3.2.9
1313
dj40: django~=4.0.0
1414
dj41: django~=4.1.3
15+
dj42: django>=4.2a1,<5
1516
postgresql: psycopg2-binary
1617
postgis: psycopg2-binary
1718
mysql: mysqlclient

0 commit comments

Comments
 (0)