summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authoradam <adam>2015-01-28 06:41:30 +0000
committeradam <adam>2015-01-28 06:41:30 +0000
commit7a585872e8fe6507c0ee9d74ffccd1055032db10 (patch)
treeb6111228c5790c95bfcf0083395e9918e7de607d /www
parent54612a970cfd7e27dc989d40f628b213efc051a2 (diff)
downloadpkgsrc-7a585872e8fe6507c0ee9d74ffccd1055032db10.tar.gz
Changes 1.7.4:
* Fixed a migration crash when unapplying contrib.contenttypes’s or contrib.auth’s first migration. * Made the migration’s RenameModel operation rename ManyToManyField tables. * Fixed a migration crash on MySQL when migrating from a OneToOneField to a ForeignKey. * Prevented the static.serve view from producing ResourceWarnings in certain circumstances. * Fixed schema check for ManyToManyField to look for internal type instead of checking class instance, so you can write custom m2m-like fields with the same behaviour.
Diffstat (limited to 'www')
-rw-r--r--www/py-django/Makefile4
-rw-r--r--www/py-django/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/www/py-django/Makefile b/www/py-django/Makefile
index a0957f8ba22..604d679f368 100644
--- a/www/py-django/Makefile
+++ b/www/py-django/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.57 2015/01/14 17:07:12 adam Exp $
+# $NetBSD: Makefile,v 1.58 2015/01/28 06:41:30 adam Exp $
-DISTNAME= Django-1.7.3
+DISTNAME= Django-1.7.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 2e8b3753fcc..9854956d178 100644
--- a/www/py-django/distinfo
+++ b/www/py-django/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.40 2015/01/14 17:07:12 adam Exp $
+$NetBSD: distinfo,v 1.41 2015/01/28 06:41:30 adam Exp $
-SHA1 (Django-1.7.3.tar.gz) = 2577e8e40999f5120b091c17e8cabfb518917ca2
-RMD160 (Django-1.7.3.tar.gz) = 6b5cb798429938b3187b94ea62d355da7f4f5186
-Size (Django-1.7.3.tar.gz) = 7589559 bytes
+SHA1 (Django-1.7.4.tar.gz) = 4b06c77f10d4a34bacfb54023b6bdfd6961505a4
+RMD160 (Django-1.7.4.tar.gz) = 19d5f5bfb8780cea9e2452ae36ac361f65e909c5
+Size (Django-1.7.4.tar.gz) = 7592584 bytes