Skip to content

Commit 3d83daf

Browse files
committed
Add Django 5.2a1
1 parent c709073 commit 3d83daf

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Change log
44
Next version
55
~~~~~~~~~~~~
66

7-
- Added Python 3.13 to the CI matrix.
7+
- Added Python 3.13, Django 5.2a1 to the CI matrix.
88
- Dropped Python 3.8 compatibility.
99

1010

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Add the package to your ``INSTALLED_APPS``:
2424
"translated_fields",
2525
]
2626
27-
django-translated-fields supports all versions of Django from 3.2 to 5.1. If in
27+
django-translated-fields supports all versions of Django from 3.2 to 5.2. If in
2828
doubt, check the test runs in the GitHub actions environment.
2929

3030

tox.ini

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
envlist =
33
py{39,310}-dj{32,41,42}
44
py{310,311}-dj{32,41,42,50,main}
5-
py{312}-dj{42,50,51,main}
6-
py{313}-dj{51,main}
5+
py{312}-dj{42,50,51,52,main}
6+
py{313}-dj{51,52,main}
77
docs
88

99
[testenv]
@@ -21,6 +21,7 @@ deps =
2121
dj42: Django>=4.2,<5.0
2222
dj50: Django>=5.0,<5.1
2323
dj51: Django>=5.1,<5.2
24+
dj52: Django>=5.2a1,<6.0
2425
djmain: https://github.com/django/django/archive/main.zip
2526

2627
[testenv:docs]

0 commit comments

Comments
 (0)