summaryrefslogtreecommitdiff
path: root/www/py-django
diff options
context:
space:
mode:
authoradam <adam>2015-11-06 08:38:29 +0000
committeradam <adam>2015-11-06 08:38:29 +0000
commitdc0b1d3d92ca6b7f49d3527b9498d2dd2c7988cb (patch)
treed60eb1e95207b4fdb7fc8d460e2b03f19a0f8db5 /www/py-django
parentc4ba22f62991750b1659b96f6306166facdfe6c4 (diff)
downloadpkgsrc-dc0b1d3d92ca6b7f49d3527b9498d2dd2c7988cb.tar.gz
Django 1.8.6 adds official support for Python 3.5 and fixes several bugs in 1.8.5:
Fixed a regression causing ModelChoiceField to ignore prefetch_related() on its queryset. Allowed “mode=memory” in SQLite test database name if supported. Fixed system check crash on ForeignKey to abstract model. Fixed incorrect queries when you have multiple ManyToManyFields on different models that have the same field name, point to the same model, and have their reverse relations disabled. Allowed filtering over a RawSQL annotation. Made the Concat database function idempotent on SQLite. Avoided a confusing stack trace when starting runserver with an invalid INSTALLED_APPS setting. Made deferred models use their proxied model’s _meta.apps for caching and retrieval. This prevents any models generated in data migrations using QuerySet.defer() from leaking to test and application code. Fixed a typo in the name of the strictly_above PostGIS lookup. Fixed crash with contrib.postgres.forms.SplitArrayField and IntegerField on invalid value. Added a helpful error message when Django and South migrations exist in the same directory. Fixed a regression in URLValidator that allowed URLs with consecutive dots in the domain section (like http://example..com/) to pass. Fixed a crash with GenericRelation and BaseModelAdmin.to_field_allowed.
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 449e317f554..8aa6a1633da 100644
--- a/www/py-django/Makefile
+++ b/www/py-django/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.65 2015/10/08 07:58:17 adam Exp $
+# $NetBSD: Makefile,v 1.66 2015/11/06 08:38:29 adam Exp $
-DISTNAME= Django-1.8.5
+DISTNAME= Django-1.8.6
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
CATEGORIES= www python
MASTER_SITES= http://www.djangoproject.com/m/releases/${PKGVERSION_NOREV:R}/
diff --git a/www/py-django/PLIST b/www/py-django/PLIST
index b637dc09805..2681b9007b4 100644
--- a/www/py-django/PLIST
+++ b/www/py-django/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.35 2015/08/24 10:45:22 adam Exp $
+@comment $NetBSD: PLIST,v 1.36 2015/11/06 08:38:29 adam Exp $
bin/django-admin${PYVERSSUFFIX}
bin/django-admin${PYVERSSUFFIX}.py
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
@@ -4612,6 +4612,9 @@ ${PYSITELIB}/django/utils/http.pyo
${PYSITELIB}/django/utils/importlib.py
${PYSITELIB}/django/utils/importlib.pyc
${PYSITELIB}/django/utils/importlib.pyo
+${PYSITELIB}/django/utils/inspect.pyc
+${PYSITELIB}/django/utils/inspect.pyo
+${PYSITELIB}/django/utils/inspect.py
${PYSITELIB}/django/utils/ipv6.py
${PYSITELIB}/django/utils/ipv6.pyc
${PYSITELIB}/django/utils/ipv6.pyo
diff --git a/www/py-django/distinfo b/www/py-django/distinfo
index fb919c27d7c..17d71d94542 100644
--- a/www/py-django/distinfo
+++ b/www/py-django/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.48 2015/11/04 02:47:24 agc Exp $
+$NetBSD: distinfo,v 1.49 2015/11/06 08:38:29 adam Exp $
-SHA1 (Django-1.8.5.tar.gz) = 86a0d2ab3c1a78b7d631aedbd97b2716aec493e8
-RMD160 (Django-1.8.5.tar.gz) = 844abe2bd2200078a8698a210e0800315f88de14
-SHA512 (Django-1.8.5.tar.gz) = 91a8788ec6a9f3592615da55948d080719425a2135e241e7b5014c6b9c354daa53c2caeadd9ac3d991730c8ef8fba579a0aa4f3094a1e83b0600811e9a3bd20b
-Size (Django-1.8.5.tar.gz) = 7270297 bytes
+SHA1 (Django-1.8.6.tar.gz) = 7deae445883823849f51e9553dcd885a7c6981b9
+RMD160 (Django-1.8.6.tar.gz) = 6ec60e338c37124b6dbf004d32311b2501403790
+SHA512 (Django-1.8.6.tar.gz) = bab5dbc83e73413b12aabc78e686d912775c881c9f9d4dee70bcec66782ae3a564019b0bbc62f8b3d4f642167f9e31c9083364debbe4b9c862be82e7ca654794
+Size (Django-1.8.6.tar.gz) = 7341303 bytes