Bug 254830

Summary: [NEW-PORT] www/py-django-admin-rangefilter
Product: Ports & Packages Reporter: gettoknowmi <gettoknowmi>
Component: Individual Port(s)Assignee: Dan Langille <dvl>
Status: Closed FIXED    
Severity: Affects Many People CC: dvl
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
py-django-admin-rangefilter port files none

Description gettoknowmi 2021-04-06 18:39:23 UTC
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
Comment 1 commit-hook freebsd_committer freebsd_triage 2021-04-15 14:21:41 UTC
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(+)
Comment 2 Dan Langille freebsd_committer freebsd_triage 2021-04-15 14:23:02 UTC
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.