pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/py-django Changes 1.9.7:
details: https://anonhg.NetBSD.org/pkgsrc/rev/a5f0ac96a59b
branches: trunk
changeset: 348043:a5f0ac96a59b
user: adam <adam%pkgsrc.org@localhost>
date: Mon Jun 06 09:34:59 2016 +0000
description:
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:
www/py-django/Makefile | 4 ++--
www/py-django/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (27 lines):
diff -r 7bfda98e69eb -r a5f0ac96a59b www/py-django/Makefile
--- a/www/py-django/Makefile Mon Jun 06 08:56:13 2016 +0000
+++ b/www/py-django/Makefile Mon Jun 06 09:34:59 2016 +0000
@@ -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 -r 7bfda98e69eb -r a5f0ac96a59b www/py-django/distinfo
--- a/www/py-django/distinfo Mon Jun 06 08:56:13 2016 +0000
+++ b/www/py-django/distinfo Mon Jun 06 09:34:59 2016 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index