Bug 254835 - [NEW-PORT] www/py-django-smart-selects: quickly filter or group "chained" models
Summary: [NEW-PORT] www/py-django-smart-selects: quickly filter or group "chained" models
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 21:19 UTC by gettoknowmi
Modified: 2021-07-02 18:16 UTC (History)
1 user (show)

See Also:


Attachments
py-django-smart-selects port files (1.41 KB, application/x-shellscript)
2021-04-06 21:19 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 21:19:26 UTC
Created attachment 223878 [details]
py-django-smart-selects port files

This package allows you to quickly filter or group "chained" models
by adding a custom foreign key or many to many field to your models
This will use an AJAX query to load only the applicable chained objects.

WWW: https://github.com/jazzband/django-smart-selects
Comment 1 commit-hook freebsd_committer freebsd_triage 2021-04-20 17:56:56 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b616ac3cf1073053a4bc04065ec40b52d5e4b409

commit b616ac3cf1073053a4bc04065ec40b52d5e4b409
Author:     Dan Langille <dvl@FreeBSD.org>
AuthorDate: 2021-04-20 17:21:22 +0000
Commit:     Dan Langille <dvl@FreeBSD.org>
CommitDate: 2021-04-20 17:56:04 +0000

    add www/py-django-smart-selects

    allows you to quickly filter or group "chained" models
    by adding a custom foreign key or many to many field to your models
    PR:             254835
    Reported by:    gettoknowmi <gettoknowmi@yahoo.com>

 www/Makefile                                |  1 +
 www/py-django-smart-selects/Makefile (new)  | 21 +++++++++++++++++++++
 www/py-django-smart-selects/distinfo (new)  |  3 +++
 www/py-django-smart-selects/pkg-descr (new) |  5 +++++
 4 files changed, 30 insertions(+)
Comment 2 Dan Langille freebsd_committer freebsd_triage 2021-07-02 18:16:09 UTC
It seems this work was done months ago.