Skip to content

Commit 49c1c60

Browse files
ulgenstim-schilling
authored andcommitted
1 parent f571734 commit 49c1c60

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

docs/changes.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Pending
1515
find the toolbar window inside the shadow root.
1616
* Stopped the history panel buttons from submitting their form when clicked
1717
before the panel script has loaded, which navigated away from the page.
18+
* Added support for Django 6.1.
1819

1920
7.0.0 (2026-06-17)
2021
------------------

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ classifiers = [
1919
"Framework :: Django",
2020
"Framework :: Django :: 5.2",
2121
"Framework :: Django :: 6.0",
22+
"Framework :: Django :: 6.1",
2223
"Intended Audience :: Developers",
2324
"License :: OSI Approved :: BSD License",
2425
"Operating System :: OS Independent",

tox.ini

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@ envlist =
44
docs
55
packaging
66
py{310,311}-dj{52}-{sqlite,postgresql,psycopg3,postgis,mysql}
7-
py{312}-dj{52,60}-{sqlite,postgresql,psycopg3,postgis,mysql}
8-
py{313}-dj{52,60,main}-{sqlite,psycopg3,postgis3,mysql}
9-
py{314}-dj{52,60,main}-{sqlite,psycopg3,postgis3,mysql}
7+
py{312}-dj{52,60,61}-{sqlite,postgresql,psycopg3,postgis,mysql}
8+
py{313}-dj{52,60,61,main}-{sqlite,psycopg3,postgis3,mysql}
9+
py{314}-dj{52,60,61,main}-{sqlite,psycopg3,postgis3,mysql}
1010

1111
[testenv]
1212
deps =
1313
dj52: django~=5.2.0
1414
dj60: django~=6.0
15+
dj61: django~=6.1
1516
djmain: https://github.com/django/django/archive/main.tar.gz
1617
postgresql: psycopg2-binary
1718
psycopg3: psycopg[binary]

0 commit comments

Comments
 (0)