pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/py-django2 py-django2: updated to 2.0.4



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b4f92315db77
branches:  trunk
changeset: 378186:b4f92315db77
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Apr 03 08:57:51 2018 +0000

description:
py-django2: updated to 2.0.4

Django 2.0.4:
Bugfixes:
Fixed a crash when filtering with an Exists() annotation of a queryset containing a single field.
Fixed admin autocomplete widget?s translations for zh-hans and zh-hant languages.
Corrected admin?s autocomplete widget to add a space after custom classes.
Fixed PasswordResetConfirmView crash when using a user model with a UUIDField primary key and the reset URL contains an encoded primary key value that decodes to an invalid UUID.
Fixed a regression in Django 1.11.8 where combining two annotated values_list() querysets with union(), difference(), or intersection() crashed due to mismatching columns.
Fixed a regression in Django 1.11 where an empty choice could be initially selected for the SelectMultiple and CheckboxSelectMultiple widgets.
Fixed a regression in Django 2.0 where OpenLayersWidget deserialization ignored the widget map?s SRID and assumed 4326

diffstat:

 www/py-django2/Makefile |   4 ++--
 www/py-django2/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 73a418c5560a -r b4f92315db77 www/py-django2/Makefile
--- a/www/py-django2/Makefile   Tue Apr 03 07:09:44 2018 +0000
+++ b/www/py-django2/Makefile   Tue Apr 03 08:57:51 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2018/03/06 20:06:32 adam Exp $
+# $NetBSD: Makefile,v 1.3 2018/04/03 08:57:51 adam Exp $
 
-DISTNAME=      Django-2.0.3
+DISTNAME=      Django-2.0.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=    www python
 MASTER_SITES=  https://www.djangoproject.com/m/releases/${PKGVERSION_NOREV:R}/
diff -r 73a418c5560a -r b4f92315db77 www/py-django2/distinfo
--- a/www/py-django2/distinfo   Tue Apr 03 07:09:44 2018 +0000
+++ b/www/py-django2/distinfo   Tue Apr 03 08:57:51 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2018/03/06 20:06:32 adam Exp $
+$NetBSD: distinfo,v 1.3 2018/04/03 08:57:51 adam Exp $
 
-SHA1 (Django-2.0.3.tar.gz) = 52e0d317a5dcc8fa89f1ae143eff093d83b98d1d
-RMD160 (Django-2.0.3.tar.gz) = 6edce294a6a59fdd62eb27a05a35a4f54b1da021
-SHA512 (Django-2.0.3.tar.gz) = 75272abe88ffc5f0beb15222cab499d93605838b5bf0a5f0de461209825b8a61f9aff1105366aa5a036a2b7790b53962706ff27505f400ffc8bda2bccda64446
-Size (Django-2.0.3.tar.gz) = 8114604 bytes
+SHA1 (Django-2.0.4.tar.gz) = a90956b79d4412820d20ee0e50b255b8fceac8ec
+RMD160 (Django-2.0.4.tar.gz) = b4caa8c54e9a97c24ee1462fd4a9997a7ac2b0c4
+SHA512 (Django-2.0.4.tar.gz) = 4fa464f160cd33f515aa53d1c47dc4724d983faade9b2c8f399216e53306796716c130ec4d2c5db3d1630248e5a98c9203f4cd45f8837567d4bb76b9b7b4233d
+Size (Django-2.0.4.tar.gz) = 8017145 bytes



Home | Main Index | Thread Index | Old Index