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
gettoknowmi
2021-04-06 18:39:23 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(+) 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. |