Skip to content

Commit

Permalink
Add Django 5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiask committed Aug 27, 2024
1 parent 37d2eba commit db4df68
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ Change log
Next version
------------

* Fixed an incorrect input type of the ``author_email_field`` field.
* Added Django 5.1, dropped Django 4.1.

0.24
----

Expand Down
8 changes: 4 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[tox]
envlist =
py{39,310}-dj{32,41,42}
py{310,311}-dj{32,41,42,50,main}
py{312}-dj{42,50,main}
py{39,310}-dj{32,42}
py{310,311}-dj{32,42,50,main}
py{312}-dj{42,50,51,main}

[testenv]
usedevelop = true
Expand All @@ -12,7 +12,7 @@ commands =
coverage report -m
deps =
dj32: Django>=3.2,<4.0
dj41: Django>=4.1,<4.2
dj42: Django>=4.2,<5.0
dj50: Django>=5.0,<5.1
dj51: Django>=5.1,<5.1
djmain: https://github.com/django/django/archive/main.tar.gz

0 comments on commit db4df68

Please sign in to comment.