summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2016-12-02 12:21:17 +0000
committeradam <adam@pkgsrc.org>2016-12-02 12:21:17 +0000
commit42cc2711dc679bec33aa92d6f50d5a3b5da72b75 (patch)
tree1a5c0cac7323468e26df6f516adc7acc3a14db68
parentd77c1382584b15853511fd59bcd52fad267bd910 (diff)
downloadpkgsrc-42cc2711dc679bec33aa92d6f50d5a3b5da72b75.tar.gz
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.
-rw-r--r--www/py-django/Makefile4
-rw-r--r--www/py-django/distinfo10
2 files changed, 7 insertions, 7 deletions
diff --git a/www/py-django/Makefile b/www/py-django/Makefile
index 98633492cdb..d359ad1b6d7 100644
--- a/www/py-django/Makefile
+++ b/www/py-django/Makefile
@@ -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 --git a/www/py-django/distinfo b/www/py-django/distinfo
index 03375a92f4a..1896e15bec5 100644
--- a/www/py-django/distinfo
+++ b/www/py-django/distinfo
@@ -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