2fd6d1b924
- 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.
20 lines
594 B
Makefile
20 lines
594 B
Makefile
# $NetBSD: Makefile,v 1.7 2014/06/09 10:15:44 adam Exp $
|
|
|
|
DISTNAME= django-reversion-1.8.1
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= www python
|
|
MASTER_SITES= http://pypi.python.org/packages/source/d/django-reversion/
|
|
|
|
MAINTAINER= adam@NetBSD.org
|
|
HOMEPAGE= https://github.com/etianen/django-reversion/
|
|
COMMENT= Version control facilities for Django
|
|
LICENSE= modified-bsd
|
|
|
|
USE_LANGUAGES= # empty
|
|
#EGG_NAME= ${DISTNAME:S/-/_/:S/-/_/}
|
|
PYDISTUTILSPKG= yes
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-django-[0-9]*:../../www/py-django
|
|
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|