Path to this page:
Subject: CVS commit: pkgsrc/www/py-django-taggit
From: Adam Ciarcinski
Date: 2024-09-16 21:33:02
Message id: 20240916193302.52668FC74@cvs.NetBSD.org
Log Message:
py-django-taggit: updated to 6.0.0
6.0.0 (2024-07-27)
* 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.
* Added the ability to merge tags via the admin
* Add Django 5.0 support (no code changes were needed, but now we test this release).
* Add Python 3.12 support
* Add support for dumpdata/loaddata using natural keys
Files: