e9b0b480e4
Version 1.1: * Add Deprecations for 2.0 * Improve IsoDateTimeField test clarity * Fix form attr references in tests * Simplify tox config, drop python 3.3 & django 1.8 * Make get_filter_name a classmethod, allowing it to be overriden for each FilterClass * Support active timezone * Docs Typo: django_filters -> filters in docs * Add Polish translations for some messages * Remove support for Django 1.9 (EOL) * Use required attribute from field when getting schema fields * Prevent circular ImportError hiding for rest_framework sub-package * Deprecate 'extra' field attrs on Filter * Add SuffixedMultiWidget * Fix null filtering for *Choice filters * Use isort on imports * Use urlencode from django.utils.http * Remove OrderingFilter.help_text * Update DRF test dependency to 3.6
18 lines
539 B
Makefile
18 lines
539 B
Makefile
# $NetBSD: Makefile,v 1.2 2018/02/02 12:41:30 adam Exp $
|
|
|
|
DISTNAME= django-filter-1.1.0
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= www python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=d/django-filter/}
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= https://github.com/carltongibson/django-filter
|
|
COMMENT= Generic dynamic filtering support for Django
|
|
LICENSE= modified-bsd
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-djangorestframework-[0-9]*:../../www/py-djangorestframework
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|