Bug 254830 - [NEW-PORT] www/py-django-admin-rangefilter
Summary: [NEW-PORT] www/py-django-admin-rangefilter
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Dan Langille
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-04-06 18:39 UTC by gettoknowmi
Modified: 2021-04-15 14:23 UTC (History)
1 user (show)

See Also:


Attachments
py-django-admin-rangefilter port files (1.31 KB, application/x-shellscript)
2021-04-06 18:39 UTC, gettoknowmi
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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.