summaryrefslogtreecommitdiff
path: root/www/py-django
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2017-12-04 14:23:00 +0000
committeradam <adam@pkgsrc.org>2017-12-04 14:23:00 +0000
commitdf322a50f3170c2d701f5e1552cafce2c47c7b0c (patch)
tree99a99640abf58d4d3e8747f9a2345a4bb7541c84 /www/py-django
parent983da64f8b5a0b5ddcd2bb70261d61fd2a4044ce (diff)
downloadpkgsrc-df322a50f3170c2d701f5e1552cafce2c47c7b0c.tar.gz
py-django: updated to 1.11.8
Django 1.11.8 fixes several bugs in 1.11.7: * Reallowed, following a regression in Django 1.10, AuthenticationForm to raise the inactive user error when using ModelBackend. * Added support for QuerySet.values() and values_list() for union(), difference(), and intersection() queries. * Fixed incorrect index name truncation when using a namespaced db_table. * Made QuerySet.iterator() use server-side cursors on PostgreSQL after values() and values_list(). * Fixed crash on SQLite and MySQL when ordering by a filtered subquery that uses nulls_first or nulls_last. * Made query lookups for CICharField, CIEmailField, and CITextField use a citext cast. * Fixed a regression in caching of a GenericForeignKey when the referenced model instance uses multi-table inheritance. * Fixed “Cannot change column ‘x’: used in a foreign key constraint” crash on MySQL with a sequence of AlterField and/or RenameField operations in a migration
Diffstat (limited to 'www/py-django')
-rw-r--r--www/py-django/Makefile4
-rw-r--r--www/py-django/PLIST5
-rw-r--r--www/py-django/distinfo10
3 files changed, 11 insertions, 8 deletions
diff --git a/www/py-django/Makefile b/www/py-django/Makefile
index 7c51eee7517..e84816c4779 100644
--- a/www/py-django/Makefile
+++ b/www/py-django/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.92 2017/11/02 09:38:43 adam Exp $
+# $NetBSD: Makefile,v 1.93 2017/12/04 14:23:00 adam Exp $
-DISTNAME= Django-1.11.7
+DISTNAME= Django-1.11.8
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
CATEGORIES= www python
MASTER_SITES= https://www.djangoproject.com/m/releases/${PKGVERSION_NOREV:R}/
diff --git a/www/py-django/PLIST b/www/py-django/PLIST
index 28d214b0caa..351e65ed83a 100644
--- a/www/py-django/PLIST
+++ b/www/py-django/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.43 2017/05/08 04:58:58 adam Exp $
+@comment $NetBSD: PLIST,v 1.44 2017/12/04 14:23:00 adam Exp $
bin/django-admin${PYVERSSUFFIX}
bin/django-admin${PYVERSSUFFIX}.py
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
@@ -4355,6 +4355,9 @@ ${PYSITELIB}/django/db/migrations/operations/models.pyo
${PYSITELIB}/django/db/migrations/operations/special.py
${PYSITELIB}/django/db/migrations/operations/special.pyc
${PYSITELIB}/django/db/migrations/operations/special.pyo
+${PYSITELIB}/django/db/migrations/operations/utils.py
+${PYSITELIB}/django/db/migrations/operations/utils.pyc
+${PYSITELIB}/django/db/migrations/operations/utils.pyo
${PYSITELIB}/django/db/migrations/optimizer.py
${PYSITELIB}/django/db/migrations/optimizer.pyc
${PYSITELIB}/django/db/migrations/optimizer.pyo
diff --git a/www/py-django/distinfo b/www/py-django/distinfo
index 5b49416288d..aadfdc21f13 100644
--- a/www/py-django/distinfo
+++ b/www/py-django/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.72 2017/11/02 09:38:43 adam Exp $
+$NetBSD: distinfo,v 1.73 2017/12/04 14:23:00 adam Exp $
-SHA1 (Django-1.11.7.tar.gz) = f38f1cfa34a725011472e09e25ba1bcca88c461f
-RMD160 (Django-1.11.7.tar.gz) = a7a64a93e56ba5e425f61752801c8083f9b2bff4
-SHA512 (Django-1.11.7.tar.gz) = a854e76e213a5df27d9d657454c0c2bf7cc353db92a439b6097c48f827539037ef35732e99e03b2a1e1618aeb78290641647e39ef3f5573d579105cc4651dd0b
-Size (Django-1.11.7.tar.gz) = 7877132 bytes
+SHA1 (Django-1.11.8.tar.gz) = 185f29e3b613205b4ea97add7003dbefc120cde7
+RMD160 (Django-1.11.8.tar.gz) = e9d90d7eb437fd85f9c38cf5d39d17a6fad97875
+SHA512 (Django-1.11.8.tar.gz) = a8c6e02c57dc01d2e6aa7e98477e448699beb178df42d43468088f7bf16a572b5d896c65a3d69f9a0af990c71683e18e17c34ae64eb454136433dc28e2702ae8
+Size (Django-1.11.8.tar.gz) = 7879685 bytes