summaryrefslogtreecommitdiff
path: root/www/py-django-south/Makefile
diff options
context:
space:
mode:
authoradam <adam>2014-02-09 08:16:34 +0000
committeradam <adam>2014-02-09 08:16:34 +0000
commit6238671024a0b3e64158218c943a59dc44869582 (patch)
tree0025eb4e5902a90403f527d8fb080fa871860c90 /www/py-django-south/Makefile
parent996ae9ba7dc8bfc905741eab60bb2bb2a471fbcb (diff)
downloadpkgsrc-6238671024a0b3e64158218c943a59dc44869582.tar.gz
Changes 0.8.3:
* A couple of issues with Django 1.6 have been fixed (including bad error handling and a loaddata incompatability) * Migrations now import datetime from a special South module which provides the correct tz-aware or tz-naive version. * A couple of issues fixed, including double-indexing errors, and correct persistence of non-unique indexes across ALTERs. * The new localflavor fields are automatically accepted by the introspector.
Diffstat (limited to 'www/py-django-south/Makefile')
-rw-r--r--www/py-django-south/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/py-django-south/Makefile b/www/py-django-south/Makefile
index 9f7680d16ee..71e2102be72 100644
--- a/www/py-django-south/Makefile
+++ b/www/py-django-south/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2013/11/01 11:11:23 adam Exp $
+# $NetBSD: Makefile,v 1.6 2014/02/09 08:16:34 adam Exp $
-DISTNAME= south-0.8.2
+DISTNAME= south-0.8.3
PKGNAME= ${PYPKGPREFIX}-django-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= http://www.aeracode.org/releases/south/