Skip to content

Commit db4df68

Browse files
committed
Add Django 5.1
1 parent 37d2eba commit db4df68

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

CHANGELOG.rst

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ Change log
44
Next version
55
------------
66

7+
* Fixed an incorrect input type of the ``author_email_field`` field.
8+
* Added Django 5.1, dropped Django 4.1.
9+
710
0.24
811
----
912

tox.ini

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[tox]
22
envlist =
3-
py{39,310}-dj{32,41,42}
4-
py{310,311}-dj{32,41,42,50,main}
5-
py{312}-dj{42,50,main}
3+
py{39,310}-dj{32,42}
4+
py{310,311}-dj{32,42,50,main}
5+
py{312}-dj{42,50,51,main}
66

77
[testenv]
88
usedevelop = true
@@ -12,7 +12,7 @@ commands =
1212
coverage report -m
1313
deps =
1414
dj32: Django>=3.2,<4.0
15-
dj41: Django>=4.1,<4.2
1615
dj42: Django>=4.2,<5.0
1716
dj50: Django>=5.0,<5.1
17+
dj51: Django>=5.1,<5.1
1818
djmain: https://github.com/django/django/archive/main.tar.gz

0 commit comments

Comments
 (0)