diff options
author | wen <wen@pkgsrc.org> | 2020-10-02 02:14:03 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2020-10-02 02:14:03 +0000 |
commit | 86fada8289240ff81b28ece8de2fa98d0ee7e2f2 (patch) | |
tree | b31ded1f36fd228e73e1789e6793c8f8d26af22c /www/py-django3 | |
parent | 46a7bbe949a649ade9101f14f2fac78c644733de (diff) | |
download | pkgsrc-86fada8289240ff81b28ece8de2fa98d0ee7e2f2.tar.gz |
Update to 3.1.2
Upstream changes:
Django 3.1.2 release notes¶
October 1, 2020
Django 3.1.2 fixes several bugs in 3.1.1.
Bugfixes¶
Fixed a bug in Django 3.1 where FileField instances with a callable storage were not correctly deconstructed (#31941).
Fixed a regression in Django 3.1 where the QuerySet.ordered attribute returned incorrectly True for GROUP BY queries (e.g. .annotate().values()) on models with Meta.ordering. A model’s Meta.ordering doesn’t affect such queries (#31990).
Fixed a regression in Django 3.1 where a queryset would crash if it contained an aggregation and a Q object annotation (#32007).
Fixed a bug in Django 3.1 where a test database was not synced during creation when using the MIGRATE test database setting (#32012).
Fixed a django.contrib.admin.EmptyFieldListFilter crash when using on a GenericRelation (#32038).
Fixed a regression in Django 3.1.1 where the admin changelist filter sidebar would not scroll for a long list of available filters (#31986).
Diffstat (limited to 'www/py-django3')
-rw-r--r-- | www/py-django3/Makefile | 4 | ||||
-rw-r--r-- | www/py-django3/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/www/py-django3/Makefile b/www/py-django3/Makefile index 2cd9e0afc86..5b30ebac037 100644 --- a/www/py-django3/Makefile +++ b/www/py-django3/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2020/09/10 09:37:17 adam Exp $ +# $NetBSD: Makefile,v 1.8 2020/10/02 02:14:03 wen Exp $ -DISTNAME= Django-3.1.1 +DISTNAME= Django-3.1.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} CATEGORIES= www python MASTER_SITES= https://www.djangoproject.com/m/releases/${PKGVERSION_NOREV:R}/ diff --git a/www/py-django3/distinfo b/www/py-django3/distinfo index 511f0f54110..6dab00b5538 100644 --- a/www/py-django3/distinfo +++ b/www/py-django3/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2020/09/10 09:37:17 adam Exp $ +$NetBSD: distinfo,v 1.8 2020/10/02 02:14:03 wen Exp $ -SHA1 (Django-3.1.1.tar.gz) = 85b27794ddeea5b127563ba6cae0f35b59d78289 -RMD160 (Django-3.1.1.tar.gz) = b7658a049afed1f277bf24d79e5fca8ef4f43971 -SHA512 (Django-3.1.1.tar.gz) = 5da4282c2ae712ecb2da654a99d46cd60c99aced90f75e681d5a0765b8c08669f27b6c38287bfe7bac028f12ae0643e2be06742752bdc83c62daf82fee60281f -Size (Django-3.1.1.tar.gz) = 9250616 bytes +SHA1 (Django-3.1.2.tar.gz) = c246bfed77f6f2683c036edf3f706a11a6fad74e +RMD160 (Django-3.1.2.tar.gz) = 7b2da2816f4a2d05e3cd191c07bdd55142afff79 +SHA512 (Django-3.1.2.tar.gz) = 39115e942c26c9af27c4079f590e15caa86cc5c0e012873d7be23809e39de178b2dd935919dee21bbee153bccb17463abcece1db3b1f7dfa95b7b55879488876 +Size (Django-3.1.2.tar.gz) = 9387482 bytes |