diff options
author | adam <adam@pkgsrc.org> | 2016-06-06 09:34:59 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2016-06-06 09:34:59 +0000 |
commit | 100418ff7dd1a52e1968e13dfbf84dbe9bd11357 (patch) | |
tree | 339025ccecff20db26357a4c6d4f264c1a827f53 /www | |
parent | 2b29140ea21597694232d25f798aab07ead99885 (diff) | |
download | pkgsrc-100418ff7dd1a52e1968e13dfbf84dbe9bd11357.tar.gz |
Changes 1.9.7:
Bugfixes:
* Removed the need for the request context processor on the admin login page to fix a regression in 1.9.
* Fixed translation of password validators’ help_text in forms.
* Fixed a regression causing the cached template loader to crash when using lazy template names.
* Fixed on_commit callbacks execution order when callbacks make transactions.
* Fixed HStoreField to raise a ValidationError instead of crashing on non-dictionary JSON input.
* Fixed dbshell crash on PostgreSQL with an empty database name.
* Fixed a regression in queries on a OneToOneField that has to_field and primary_key=True.
Diffstat (limited to 'www')
-rw-r--r-- | www/py-django/Makefile | 4 | ||||
-rw-r--r-- | www/py-django/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/www/py-django/Makefile b/www/py-django/Makefile index 3864f5fba29..4c343c89a63 100644 --- a/www/py-django/Makefile +++ b/www/py-django/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.72 2016/05/07 07:51:52 adam Exp $ +# $NetBSD: Makefile,v 1.73 2016/06/06 09:34:59 adam Exp $ -DISTNAME= Django-1.9.6 +DISTNAME= Django-1.9.7 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} CATEGORIES= www python MASTER_SITES= http://www.djangoproject.com/m/releases/${PKGVERSION_NOREV:R}/ diff --git a/www/py-django/distinfo b/www/py-django/distinfo index cbc65234a0f..065ec736b22 100644 --- a/www/py-django/distinfo +++ b/www/py-django/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.55 2016/05/07 07:51:52 adam Exp $ +$NetBSD: distinfo,v 1.56 2016/06/06 09:34:59 adam Exp $ -SHA1 (Django-1.9.6.tar.gz) = 1c4c60203fea0e82837bb7f39d008c131aba6167 -RMD160 (Django-1.9.6.tar.gz) = 1a4bb987ef86d03e4c372409859a72abbdeb0270 -SHA512 (Django-1.9.6.tar.gz) = 583fda9777e40879ec530bb58db2674b0fdb9ec1973c2f44ae67e83fe4f4d9e289c339c812fe6845d4e63cea371d0c335f4fd592b90c1a488820811d75b8ebb4 -Size (Django-1.9.6.tar.gz) = 7441794 bytes +SHA1 (Django-1.9.7.tar.gz) = ea27c185acaf9ea39c692beca4c07ecf8974e72e +RMD160 (Django-1.9.7.tar.gz) = 5271da31b90677332e124b98dde9d5bca2a9d9c4 +SHA512 (Django-1.9.7.tar.gz) = 4ace73b57496fac917e455e76aec6b9873949dc95bf84177e7db8f507de1656eee9cb7ae1040643b681e6f57a796147ffce8f6b9ff3ce81fc3e21aecaee2b11a +Size (Django-1.9.7.tar.gz) = 7442680 bytes |