Skip to content

Commit

Permalink
pulling in upstream changes and updating chaangelog
Browse files Browse the repository at this point in the history
  • Loading branch information
guel-codes committed Jun 24, 2024
2 parents 7fddf76 + b9a9c97 commit 6b5339a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
13 changes: 6 additions & 7 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,12 @@ Changelog
(Unreleased)
~~~~~~~~~~~~

5.0.2 (2024-06-19)
~~~~~~~~~~~~~~~~~~

* Update `tox.ini` for testing suite to now use Python 3.12.

**Note:** Python 3.8 will be reaching end-of-life status in October 2024, we will need to come back and remove support for Python 3.8 at that time.

* By default, order tag items on instances by the primary key. This generally means that they will be ordered by "creation date" for the tag item.
The previous behavior for this was that by default tag items were not ordered. In practice tag items often end up ordered by creation date anyways, just due to how databases work, but this was not a guarantee.
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.
* Add Django 5.0 support (no code changes were needed, but now we test this release).
* Add Python 3.12 support

5.0.1 (2023-10-26)
~~~~~~~~~~~~~~~~~~
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ classifiers =
Framework :: Django
Framework :: Django :: 4.1
Framework :: Django :: 4.2
Framework :: Django :: 5.0
Intended Audience :: Developers
License :: OSI Approved :: BSD License
Operating System :: OS Independent
Expand Down
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ envlist =
flake8
isort
py{38,39,310,311,312}-dj{41,42}
py{310,311,312}-dj{50}
py{310,311,312}-djmain
docs

Expand All @@ -20,6 +21,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 6b5339a

Please sign in to comment.