Skip to content

Commit

Permalink
894 - Add django 5.0 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
Trafire committed Jun 20, 2024
1 parent 5cdfef7 commit 5c41824
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ Changelog
If you wish to have the old behavior, set ``ordering=[]`` to your ``TaggableManager`` instance.
We believe that this should not cause a noticable performance change, and the number of queries involved should not change.

5.0.2 (2024-06-19)
~~~~~~~~~~~~~~~~~~
* Add Django 5.0 support (no code changes were needed, but now we test this release).

5.0.1 (2023-10-26)
~~~~~~~~~~~~~~~~~~

Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ python =
deps =
dj41: Django>=4.1,<4.2
dj42: Django>=4.2,<5.0
dj50: Django>=5.0,<5.1
djmain: https://github.com/django/django/archive/main.tar.gz
coverage
djangorestframework
Expand Down

0 comments on commit 5c41824

Please sign in to comment.