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.10.4:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/903e615fe271
branches:  trunk
changeset: 355443:903e615fe271
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Dec 02 12:21:17 2016 +0000

description:
Changes 1.10.4:
Bugfixes
* Quoted the Oracle test user?s password in queries to fix the ?ORA-00922: missing or invalid option? error when the password starts with a number or special character.
* Fixed incorrect app_label / model_name arguments for allow_migrate() in makemigrations migration consistency checks.
* Made Model.delete(keep_parents=True) preserve parent reverse relationships in multi-table inheritance.
* Fixed a QuerySet.update() crash on SQLite when updating a DateTimeField with an F() expression and a timedelta.
* Prevented LocaleMiddleware from redirecting on URLs that should return 404 when using prefix_default_language=False.
* Prevented an unnecessary index from being created on an InnoDB ForeignKey when the field was added after the model was created.

diffstat:

 www/py-django/Makefile |   4 ++--
 www/py-django/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 453e3f045c6f -r 903e615fe271 www/py-django/Makefile
--- a/www/py-django/Makefile    Fri Dec 02 11:00:53 2016 +0000
+++ b/www/py-django/Makefile    Fri Dec 02 12:21:17 2016 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.79 2016/11/06 09:08:52 wen Exp $
+# $NetBSD: Makefile,v 1.80 2016/12/02 12:21:17 adam Exp $
 
-DISTNAME=      Django-1.10.3
+DISTNAME=      Django-1.10.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=    www python
 MASTER_SITES=  http://www.djangoproject.com/m/releases/${PKGVERSION_NOREV:R}/
diff -r 453e3f045c6f -r 903e615fe271 www/py-django/distinfo
--- a/www/py-django/distinfo    Fri Dec 02 11:00:53 2016 +0000
+++ b/www/py-django/distinfo    Fri Dec 02 12:21:17 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.61 2016/11/06 09:08:52 wen Exp $
+$NetBSD: distinfo,v 1.62 2016/12/02 12:21:17 adam Exp $
 
-SHA1 (Django-1.10.3.tar.gz) = 72badffcac16f052d41c0938f83ba7db761e5fe4
-RMD160 (Django-1.10.3.tar.gz) = d0f8615270ddc045f0a038b893106895dae718d5
-SHA512 (Django-1.10.3.tar.gz) = aeaaa158913190624173f64ef54354b6e4b4331fded902a6777173aa61434ff10f013d2f6470e50bba95816b6b4515f5fba00b963466b63e97c3ac41caaa6f13
-Size (Django-1.10.3.tar.gz) = 7733727 bytes
+SHA1 (Django-1.10.4.tar.gz) = 8629ec973aa868f03cd24fbd772ef9c0cf037e38
+RMD160 (Django-1.10.4.tar.gz) = 682378cd8f44866ef3453900daef0471d777cdfd
+SHA512 (Django-1.10.4.tar.gz) = 0ea5d0eb4779c5e87de959be5f77205775c27853fd4baab63ca6a2628306471467c5d772957cde10d78a8aa0416c9ec8f6598721f51b6cba93ecb223dc90eac6
+Size (Django-1.10.4.tar.gz) = 7735213 bytes



Home | Main Index | Thread Index | Old Index