Skip to content

Commit 2d78559

Browse files
committed
Add Django 5.2a1
1 parent f57c8a5 commit 2d78559

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Next version
99
- Rewrote ``process_imagefields`` to use the multiprocessing module, which
1010
hopefully improves compatibility on macOS.
1111
- Introduced a ``--no-parallel`` argument to ``process_imagefields``.
12+
- Added Django 5.2a1.
1213

1314

1415
0.21 (2024-12-09)

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
envlist =
33
py{310}-dj{32,42}
44
py{310,311,312}-dj{32,42,50,51,main}
5-
py{313}-dj{51,main}
5+
py{312,313}-dj{51,52,main}
66
docs
77

88
[testenv]
@@ -16,6 +16,7 @@ deps =
1616
dj42: Django>=4.2,<5.0
1717
dj50: Django>=5.0,<5.1
1818
dj51: Django>=5.1,<5.2
19+
dj52: Django>=5.2a1,<6.0
1920
djmain: https://github.com/django/django/archive/main.tar.gz
2021

2122
[testenv:docs]

0 commit comments

Comments
 (0)