Add py-django-admin-rangefilter: for filtering by a custom date / datetime

range on the admin UI
PR:		254830
Reported by:	gettoknowmi <gettoknowmi@yahoo.com>
This commit is contained in:
Dan Langille 2021-04-15 14:19:31 +00:00
parent f4d591bd8b
commit 36d569c1b4
4 changed files with 28 additions and 0 deletions

View file

@ -1452,6 +1452,7 @@
SUBDIR += py-dj31-drf-yasg
SUBDIR += py-django
SUBDIR += py-django-advanced-filters
SUBDIR += py-django-admin-rangefilter
SUBDIR += py-django-allauth
SUBDIR += py-django-annoying
SUBDIR += py-django-appconf

View file

@ -0,0 +1,18 @@
PORTNAME= django-admin-rangefilter
PORTVERSION= 0.7.0
CATEGORIES= www
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= gettoknowmi@yahoo.com
COMMENT= Add the filter by a custom date / datetime range on the admin UI
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python:3.6+,run
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1617294626
SHA256 (django-admin-rangefilter-0.7.0.tar.gz) = da641c8fb919a570f26d3008250f54f86e6446c47eab0d3e8454a1253ffeb6b5
SIZE (django-admin-rangefilter-0.7.0.tar.gz) = 13538

View file

@ -0,0 +1,6 @@
django-admin-rangefilter app,
add the filter by a custom date / datetime range on the admin UI.
For Django 1.8+, if django-csp is installed,
nonces will be added to style and script tags.
WWW: https://github.com/silentsokolov/django-admin-rangefilter