Created attachment 223877 [details] py-django-object-actions port files If you've ever tried making admin object tools, you may have thought, "why can't this be as easy as making Django Admin Actions?" Well now they can be. WWW: https://github.com/crccheck/django-object-actions
I see 3.0.2 is out, shall we try that one?
I can make that change locally. No need to update the shar file.
yes go ahead - thanks
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=29c190b2523e5ccfb0e8021f6680c235460557a4 commit 29c190b2523e5ccfb0e8021f6680c235460557a4 Author: Dan Langille <dvl@FreeBSD.org> AuthorDate: 2021-04-20 17:40:20 +0000 Commit: Dan Langille <dvl@FreeBSD.org> CommitDate: 2021-04-20 17:56:05 +0000 Add www/py-django-object-actions App for adding object tools for models in the admin PR: 254834 Reported by: gettoknowmi <gettoknowmi@yahoo.com> www/Makefile | 1 + www/py-django-object-actions/Makefile (new) | 18 ++++++++++++++++++ www/py-django-object-actions/distinfo (new) | 3 +++ www/py-django-object-actions/pkg-descr (new) | 6 ++++++ 4 files changed, 28 insertions(+)
Seems this work was done months ago.