Bug 254835

Summary: [NEW-PORT] www/py-django-smart-selects: quickly filter or group "chained" models
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-smart-selects port files none

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.