diff options
author | adam <adam@pkgsrc.org> | 2015-01-28 06:41:30 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2015-01-28 06:41:30 +0000 |
commit | 066a63268264b8b0eb1b901917f7e124def8ac70 (patch) | |
tree | b6111228c5790c95bfcf0083395e9918e7de607d /www/py-django | |
parent | d36fe215529ffcef8b788a0f852c6cb35a06bd7a (diff) | |
download | pkgsrc-066a63268264b8b0eb1b901917f7e124def8ac70.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/py-django')
-rw-r--r-- | www/py-django/Makefile | 4 | ||||
-rw-r--r-- | www/py-django/distinfo | 8 |
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 |