diff options
author | adam <adam@pkgsrc.org> | 2014-04-12 08:58:03 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2014-04-12 08:58:03 +0000 |
commit | 6dab28a30441ab0b7db77fe127f89b85217bdd29 (patch) | |
tree | f15c31a50751d07077cf0f01f6bcfb96311f797d /www/py-django-south | |
parent | 4d009a24c8dc38fce38e60de4651b1f8155abb76 (diff) | |
download | pkgsrc-6dab28a30441ab0b7db77fe127f89b85217bdd29.tar.gz |
Changed 0.8.4:
Fixture loading issues fixed
A regression in 0.8.3 meant that fixtures referring to models outside of the app they were in, and some other references to custom user models, were broken. This should now be fixed.
Diffstat (limited to 'www/py-django-south')
-rw-r--r-- | www/py-django-south/Makefile | 4 | ||||
-rw-r--r-- | www/py-django-south/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/www/py-django-south/Makefile b/www/py-django-south/Makefile index 71e2102be72..034bf57c705 100644 --- a/www/py-django-south/Makefile +++ b/www/py-django-south/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2014/02/09 08:16:34 adam Exp $ +# $NetBSD: Makefile,v 1.7 2014/04/12 08:58:03 adam Exp $ -DISTNAME= south-0.8.3 +DISTNAME= south-0.8.4 PKGNAME= ${PYPKGPREFIX}-django-${DISTNAME} CATEGORIES= www python MASTER_SITES= http://www.aeracode.org/releases/south/ diff --git a/www/py-django-south/distinfo b/www/py-django-south/distinfo index 92abbf59eac..87554a3405b 100644 --- a/www/py-django-south/distinfo +++ b/www/py-django-south/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2014/02/09 08:16:34 adam Exp $ +$NetBSD: distinfo,v 1.6 2014/04/12 08:58:03 adam Exp $ -SHA1 (south-0.8.3.tar.gz) = a27df4afb8989904919a61958b6c64ea0fca975d -RMD160 (south-0.8.3.tar.gz) = 29e99a359f4c939f1432106f81d9fce6c18dc75a -Size (south-0.8.3.tar.gz) = 97650 bytes +SHA1 (south-0.8.4.tar.gz) = c2f9e605a04f918daac95249f66ab3907e998890 +RMD160 (south-0.8.4.tar.gz) = bd2271fe419ae008e81f1da383ea950d91d16fee +Size (south-0.8.4.tar.gz) = 97800 bytes |