Mon Jun 6 09:34:59 2016 UTC ()
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.


(adam)
diff -r1.72 -r1.73 pkgsrc/www/py-django/Makefile
diff -r1.55 -r1.56 pkgsrc/www/py-django/distinfo

cvs diff -r1.72 -r1.73 pkgsrc/www/py-django/Makefile (expand / switch to unified diff)

--- pkgsrc/www/py-django/Makefile 2016/05/07 07:51:52 1.72
+++ pkgsrc/www/py-django/Makefile 2016/06/06 09:34:59 1.73
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.72 2016/05/07 07:51:52 adam Exp $ 1# $NetBSD: Makefile,v 1.73 2016/06/06 09:34:59 adam Exp $
2 2
3DISTNAME= Django-1.9.6 3DISTNAME= Django-1.9.7
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
5CATEGORIES= www python 5CATEGORIES= www python
6MASTER_SITES= http://www.djangoproject.com/m/releases/${PKGVERSION_NOREV:R}/ 6MASTER_SITES= http://www.djangoproject.com/m/releases/${PKGVERSION_NOREV:R}/
7 7
8MAINTAINER= joerg@NetBSD.org 8MAINTAINER= joerg@NetBSD.org
9HOMEPAGE= http://www.djangoproject.com/ 9HOMEPAGE= http://www.djangoproject.com/
10COMMENT= Django, a high-level Python Web framework 10COMMENT= Django, a high-level Python Web framework
11LICENSE= modified-bsd 11LICENSE= modified-bsd
12 12
13PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX:Q} 13PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX:Q}
14 14
15USE_LANGUAGES= # empty 15USE_LANGUAGES= # empty
16REPLACE_PYTHON= ${WRKSRC}/django/bin/django-admin.py 16REPLACE_PYTHON= ${WRKSRC}/django/bin/django-admin.py

cvs diff -r1.55 -r1.56 pkgsrc/www/py-django/distinfo (expand / switch to unified diff)

--- pkgsrc/www/py-django/distinfo 2016/05/07 07:51:52 1.55
+++ pkgsrc/www/py-django/distinfo 2016/06/06 09:34:59 1.56
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.55 2016/05/07 07:51:52 adam Exp $ 1$NetBSD: distinfo,v 1.56 2016/06/06 09:34:59 adam Exp $
2 2
3SHA1 (Django-1.9.6.tar.gz) = 1c4c60203fea0e82837bb7f39d008c131aba6167 3SHA1 (Django-1.9.7.tar.gz) = ea27c185acaf9ea39c692beca4c07ecf8974e72e
4RMD160 (Django-1.9.6.tar.gz) = 1a4bb987ef86d03e4c372409859a72abbdeb0270 4RMD160 (Django-1.9.7.tar.gz) = 5271da31b90677332e124b98dde9d5bca2a9d9c4
5SHA512 (Django-1.9.6.tar.gz) = 583fda9777e40879ec530bb58db2674b0fdb9ec1973c2f44ae67e83fe4f4d9e289c339c812fe6845d4e63cea371d0c335f4fd592b90c1a488820811d75b8ebb4 5SHA512 (Django-1.9.7.tar.gz) = 4ace73b57496fac917e455e76aec6b9873949dc95bf84177e7db8f507de1656eee9cb7ae1040643b681e6f57a796147ffce8f6b9ff3ce81fc3e21aecaee2b11a
6Size (Django-1.9.6.tar.gz) = 7441794 bytes 6Size (Django-1.9.7.tar.gz) = 7442680 bytes