Created attachment 223872 [details] py-django-admin-rangefilter port files 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
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=36d569c1b433d4ac97a5092aab69cb488d787a1f commit 36d569c1b433d4ac97a5092aab69cb488d787a1f Author: Dan Langille <dvl@FreeBSD.org> AuthorDate: 2021-04-15 14:19:31 +0000 Commit: Dan Langille <dvl@FreeBSD.org> CommitDate: 2021-04-15 14:20:45 +0000 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> www/Makefile | 1 + www/py-django-admin-rangefilter/Makefile (new) | 18 ++++++++++++++++++ www/py-django-admin-rangefilter/distinfo (new) | 3 +++ www/py-django-admin-rangefilter/pkg-descr (new) | 6 ++++++ 4 files changed, 28 insertions(+)
Committed with one slight change: python:3.6+ It was reported to me via private email that we no longer have Python 3.4 or 3.5 in the tree, so we should be using 3.6+ Thank you.