From 279a8904e22d2f1acc1c1f25bc7a2d92694fa596 Mon Sep 17 00:00:00 2001 From: adam Date: Mon, 24 Aug 2015 10:45:22 +0000 Subject: Changes 1.8.4: * Denial-of-service possibility in logout() view by filling session store. * Bugfixes: - Added the ability to serialize values from the newly added UUIDField. - Added a system check warning if the old TEMPLATE_* settings are defined in addition to the new TEMPLATES setting. - Fixed QuerySet.raw() so InvalidQuery is not raised when using the db_column name of a ForeignKey field with primary_key=True. - Prevented an exception in TestCase.setUpTestData() from leaking the transaction. - Fixed has_changed() method in contrib.postgres.forms.HStoreField. - Fixed the recording of squashed migrations when running the migrate command. - Moved the unsaved model instance assignment data loss check to Model.save() to allow easier usage of in-memory models. - Prevented varchar_patterns_ops and text_patterns_ops indexes for ArrayField. --- www/py-django/Makefile | 4 ++-- www/py-django/PLIST | 5 ++++- www/py-django/distinfo | 8 ++++---- 3 files changed, 10 insertions(+), 7 deletions(-) (limited to 'www/py-django') diff --git a/www/py-django/Makefile b/www/py-django/Makefile index c6e89e2f373..e573801811c 100644 --- a/www/py-django/Makefile +++ b/www/py-django/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.63 2015/07/17 15:50:53 adam Exp $ +# $NetBSD: Makefile,v 1.64 2015/08/24 10:45:22 adam Exp $ -DISTNAME= Django-1.8.3 +DISTNAME= Django-1.8.4 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 61dfe6c35fd..b637dc09805 100644 --- a/www/py-django/PLIST +++ b/www/py-django/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.34 2015/07/17 15:50:53 adam Exp $ +@comment $NetBSD: PLIST,v 1.35 2015/08/24 10:45:22 adam Exp $ bin/django-admin${PYVERSSUFFIX} bin/django-admin${PYVERSSUFFIX}.py ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO @@ -3758,6 +3758,9 @@ ${PYSITELIB}/django/core/checks/compatibility/__init__.pyo ${PYSITELIB}/django/core/checks/compatibility/django_1_7_0.py ${PYSITELIB}/django/core/checks/compatibility/django_1_7_0.pyc ${PYSITELIB}/django/core/checks/compatibility/django_1_7_0.pyo +${PYSITELIB}/django/core/checks/compatibility/django_1_8_0.pyc +${PYSITELIB}/django/core/checks/compatibility/django_1_8_0.pyo +${PYSITELIB}/django/core/checks/compatibility/django_1_8_0.py ${PYSITELIB}/django/core/checks/messages.py ${PYSITELIB}/django/core/checks/messages.pyc ${PYSITELIB}/django/core/checks/messages.pyo diff --git a/www/py-django/distinfo b/www/py-django/distinfo index e14fad638e6..f7c34eb7105 100644 --- a/www/py-django/distinfo +++ b/www/py-django/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.45 2015/07/17 15:50:53 adam Exp $ +$NetBSD: distinfo,v 1.46 2015/08/24 10:45:22 adam Exp $ -SHA1 (Django-1.8.3.tar.gz) = 229dae14aa42169e2e2a6ecb1e00e75f0d57ed35 -RMD160 (Django-1.8.3.tar.gz) = 4a54b63b3408d37c1defe549a622aa4ef228eac6 -Size (Django-1.8.3.tar.gz) = 7284327 bytes +SHA1 (Django-1.8.4.tar.gz) = 6399d89b84a09e70c0cdadb10b558172c3e182e3 +RMD160 (Django-1.8.4.tar.gz) = da036bbd6eb5658bfca249073419ab34b0a59099 +Size (Django-1.8.4.tar.gz) = 7265101 bytes -- cgit v1.2.3