py-django-modelcluster: updated to 6.3

6.3 (26.02.2024)

* Support filtering with Q objects (Shohan Dutta Roy)
* Support random ordering with `.order_by("?")` (Shohan Dutta Roy)
* Support `distinct()` on querysets (Shohan Dutta Roy)
* Support `iso_weekday` and `iso_year` field lookups (Andy Babic)
* Support datetime transform expressions on `values` and `values_list` (Andy Babic)
* Fix: Correctly handle filtering on fields on related models when those fields have names that match a lookup type (Andy Babic)
* Fix: Correctly handle null foreign keys when traversing related fields (Andy Babic)
This commit is contained in:
adam 2024-03-03 15:27:09 +00:00
parent 7196a5fea3
commit be2c719084
3 changed files with 10 additions and 7 deletions

View File

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.6 2024/02/09 12:41:07 adam Exp $
# $NetBSD: Makefile,v 1.7 2024/03/03 15:27:09 adam Exp $
DISTNAME= django-modelcluster-6.2.1
DISTNAME= django-modelcluster-6.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=d/django-modelcluster/}

View File

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.2 2024/02/09 12:41:07 adam Exp $
@comment $NetBSD: PLIST,v 1.3 2024/03/03 15:27:09 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@ -13,6 +13,9 @@ ${PYSITELIB}/modelcluster/contrib/__init__.pyo
${PYSITELIB}/modelcluster/contrib/taggit.py
${PYSITELIB}/modelcluster/contrib/taggit.pyc
${PYSITELIB}/modelcluster/contrib/taggit.pyo
${PYSITELIB}/modelcluster/datetime_utils.py
${PYSITELIB}/modelcluster/datetime_utils.pyc
${PYSITELIB}/modelcluster/datetime_utils.pyo
${PYSITELIB}/modelcluster/fields.py
${PYSITELIB}/modelcluster/fields.pyc
${PYSITELIB}/modelcluster/fields.pyo

View File

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.6 2024/02/09 12:41:07 adam Exp $
$NetBSD: distinfo,v 1.7 2024/03/03 15:27:09 adam Exp $
BLAKE2s (django-modelcluster-6.2.1.tar.gz) = 4b952edf2d107f66d7005eb2d0aa68b43c84446a707b44312bb6c13de1cc0254
SHA512 (django-modelcluster-6.2.1.tar.gz) = 4e6ec1f727323be5307f0c203a6c63c46cb2b716fea8a4ac6117c9e3c481dfb59abbf5cdcdf64ee33509aa6aa014bb1140b49f967c772570d74844b751751668
Size (django-modelcluster-6.2.1.tar.gz) = 27121 bytes
BLAKE2s (django-modelcluster-6.3.tar.gz) = fa5de529be02a8995c1ac0f6bcb6082f5ed24a4da610e9332b1c4b808c215ed0
SHA512 (django-modelcluster-6.3.tar.gz) = d98dd78919df620540c8616c73d7f838ad996eb6306fcb9d4ffa4e53c4d8b1041bf141d230665de8955da95fc87dacf2d9d733e06fda385ae0b9dd0d9bc9f74c
Size (django-modelcluster-6.3.tar.gz) = 28903 bytes