Skip to content

Commit

Permalink
Add py-django-admin-rangefilter: for filtering by a custom date / dat…
Browse files Browse the repository at this point in the history
…etime

range on the admin UI
PR:		254830
Reported by:	gettoknowmi <gettoknowmi@yahoo.com>
  • Loading branch information
dlangille committed Apr 15, 2021
1 parent f4d591b commit 36d569c
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 0 deletions.
1 change: 1 addition & 0 deletions www/Makefile
Expand Up @@ -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
Expand Down
18 changes: 18 additions & 0 deletions www/py-django-admin-rangefilter/Makefile
@@ -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>
3 changes: 3 additions & 0 deletions www/py-django-admin-rangefilter/distinfo
@@ -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
6 changes: 6 additions & 0 deletions www/py-django-admin-rangefilter/pkg-descr
@@ -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

0 comments on commit 36d569c

Please sign in to comment.