diff options
author | adam <adam@pkgsrc.org> | 2015-08-24 10:45:22 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2015-08-24 10:45:22 +0000 |
commit | e415fbfde6e0b77f503c7d87580062c326140690 (patch) | |
tree | 250f43a315f21dd86369a5edd15fc2c5f9848cf3 /www/py-django | |
parent | f0e98f955699fac01fee1f7b475230d2637d2abe (diff) | |
download | pkgsrc-e415fbfde6e0b77f503c7d87580062c326140690.tar.gz |
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.
Diffstat (limited to 'www/py-django')
-rw-r--r-- | www/py-django/Makefile | 4 | ||||
-rw-r--r-- | www/py-django/PLIST | 5 | ||||
-rw-r--r-- | www/py-django/distinfo | 8 |
3 files changed, 10 insertions, 7 deletions
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 |