pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/py-django-south Changes 0.8.2:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8ab5f64a05df
branches:  trunk
changeset: 626097:8ab5f64a05df
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Nov 01 11:11:23 2013 +0000

description:
Changes 0.8.2:
* An issue with SQLite and default values that caused some migrations to fail has been fixed.
* South now recognises more Django MSSQL backends, and no longer fails to alter ForeignKeys that are in composite indexes.
* A small issue with the app cache on Django 1.6 has been fixed.
* The schemamigration and datamigration commands can now be properly inherited and their templates easily changed.

diffstat:

 www/py-django-south/Makefile |  4 ++--
 www/py-django-south/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r 99ce444f9a24 -r 8ab5f64a05df www/py-django-south/Makefile
--- a/www/py-django-south/Makefile      Fri Nov 01 11:11:18 2013 +0000
+++ b/www/py-django-south/Makefile      Fri Nov 01 11:11:23 2013 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2013/08/09 07:28:24 adam Exp $
+# $NetBSD: Makefile,v 1.5 2013/11/01 11:11:23 adam Exp $
 
-DISTNAME=      south-0.8.1
+DISTNAME=      south-0.8.2
 PKGNAME=       ${PYPKGPREFIX}-django-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  http://www.aeracode.org/releases/south/
diff -r 99ce444f9a24 -r 8ab5f64a05df www/py-django-south/distinfo
--- a/www/py-django-south/distinfo      Fri Nov 01 11:11:18 2013 +0000
+++ b/www/py-django-south/distinfo      Fri Nov 01 11:11:23 2013 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2013/08/09 07:28:24 adam Exp $
+$NetBSD: distinfo,v 1.4 2013/11/01 11:11:23 adam Exp $
 
-SHA1 (south-0.8.1.tar.gz) = edbfb478ac034f23d0f011f0b3301f18211e915b
-RMD160 (south-0.8.1.tar.gz) = 5a6c8acd1e2c9c021ee41206faf68162e5fb3bc8
-Size (south-0.8.1.tar.gz) = 94331 bytes
+SHA1 (south-0.8.2.tar.gz) = e322b957c90139503f8444a431a82ce0001c7627
+RMD160 (south-0.8.2.tar.gz) = 3df404159c40e16c46f8158a170ddfbc72e829d4
+Size (south-0.8.2.tar.gz) = 95435 bytes



Home | Main Index | Thread Index | Old Index