diff options
author | adam <adam@pkgsrc.org> | 2014-06-09 10:15:44 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2014-06-09 10:15:44 +0000 |
commit | 83d3ec05fe5252bd040162663659c05b3a417de3 (patch) | |
tree | e892c11d0ea545eb9e80cec6a8c0b351ec352348 | |
parent | 59f9e5bfa532de68fef5631baa01911ce424a224 (diff) | |
download | pkgsrc-83d3ec05fe5252bd040162663659c05b3a417de3.tar.gz |
Changes 1.8.1:
- Slovak translation (@jbub).
- Deleting a user no longer deletes the associated revisions (@daaray).
- Improving handling of inline models in admin integration (@blueyed).
- Improving error messages for proxy model registration (@blueyed).
- Improvements to using migrations with custom user model (@aivins).
- Removing sys.exit() in deleterevisions management command, allowing it to be used internally by Django projects (@tongwang).
- Fixing some backwards-compatible admin deprecation warnings (Thomas Schreiber).
- Fixing tests if RevisionMiddleware is used as a decorator in the parent project (@jmoldow).
- Derived models, such as those generated by deferred querysets, now work.
- Removed deprecated low-level API methods.
-rw-r--r-- | www/py-django-reversion/Makefile | 4 | ||||
-rw-r--r-- | www/py-django-reversion/PLIST | 4 | ||||
-rw-r--r-- | www/py-django-reversion/distinfo | 8 |
3 files changed, 9 insertions, 7 deletions
diff --git a/www/py-django-reversion/Makefile b/www/py-django-reversion/Makefile index 082f586f43d..307de37c8b0 100644 --- a/www/py-django-reversion/Makefile +++ b/www/py-django-reversion/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2014/02/09 08:20:00 adam Exp $ +# $NetBSD: Makefile,v 1.7 2014/06/09 10:15:44 adam Exp $ -DISTNAME= django-reversion-1.8.0 +DISTNAME= django-reversion-1.8.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= www python MASTER_SITES= http://pypi.python.org/packages/source/d/django-reversion/ diff --git a/www/py-django-reversion/PLIST b/www/py-django-reversion/PLIST index 613552d7445..578b0902126 100644 --- a/www/py-django-reversion/PLIST +++ b/www/py-django-reversion/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2014/02/09 08:20:00 adam Exp $ +@comment $NetBSD: PLIST,v 1.4 2014/06/09 10:15:44 adam Exp $ ${PYSITELIB}/reversion/__init__.py ${PYSITELIB}/reversion/__init__.pyc ${PYSITELIB}/reversion/__init__.pyo @@ -28,6 +28,8 @@ ${PYSITELIB}/reversion/locale/pl/LC_MESSAGES/django.mo ${PYSITELIB}/reversion/locale/pl/LC_MESSAGES/django.po ${PYSITELIB}/reversion/locale/pt_BR/LC_MESSAGES/django.mo ${PYSITELIB}/reversion/locale/pt_BR/LC_MESSAGES/django.po +${PYSITELIB}/reversion/locale/sk/LC_MESSAGES/django.mo +${PYSITELIB}/reversion/locale/sk/LC_MESSAGES/django.po ${PYSITELIB}/reversion/locale/ru/LC_MESSAGES/django.mo ${PYSITELIB}/reversion/locale/ru/LC_MESSAGES/django.po ${PYSITELIB}/reversion/locale/sv/LC_MESSAGES/django.mo diff --git a/www/py-django-reversion/distinfo b/www/py-django-reversion/distinfo index 066f7052316..1a74ce2e9e2 100644 --- a/www/py-django-reversion/distinfo +++ b/www/py-django-reversion/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2014/02/09 08:20:00 adam Exp $ +$NetBSD: distinfo,v 1.6 2014/06/09 10:15:44 adam Exp $ -SHA1 (django-reversion-1.8.0.tar.gz) = d03cfe13f71d25c8823720edcae894739e50c3bb -RMD160 (django-reversion-1.8.0.tar.gz) = ec7b058db517f1ab5ae88130ae8c9a46a4bf8c64 -Size (django-reversion-1.8.0.tar.gz) = 59681 bytes +SHA1 (django-reversion-1.8.1.tar.gz) = 4ea7e4d0e8d969a42b22b82cd03d72ca2112ef30 +RMD160 (django-reversion-1.8.1.tar.gz) = 96e9d431f83b86294876b27d1a20aba13d25358b +Size (django-reversion-1.8.1.tar.gz) = 60570 bytes |