escaped / django-inline-actions

django-inline-actions adds actions to each row of the ModelAdmin or InlineModelAdmin.
BSD 3-Clause "New" or "Revised" License
213 stars 61 forks source link

Package maintenance #62

Open tartieret opened 4 months ago

tartieret commented 4 months ago

Hi @escaped,

I am using this nice package in a project and am starting to work on the transition to Django > 4 It looks like a few changes are required to make django-inline-actions compatible. Is there any way my team and I can help you make these changes over the next few weeks? We'll be happy to invest some time, but our contributions will have to be reviewed.

Please let me know what you think.

Thanks!

jpmckinney commented 1 month ago

I found https://github.com/HiroshiFuu/django4-inline-actions and https://github.com/pulilab/django5-inline-actions

karlokr-p commented 1 month ago

Hi there,

I want to thank the original authors of this code for providing this excellent package, it supports an important use case within our application. Unfortunately, we have noticed that this repository no longer seems to be maintained and has not received updates for Django 4/5 support.

We have decided to support the project by continuing maintenance via the fork https://github.com/panevo/django-admin-inlines. So far, we have patched the project to provide Django 4.x support (thanks to the contributions from HirushiFuu and pulilab) and updated all the tests to run against Django 4.x. The package is available for installation via pip https://pypi.org/project/django-admin-inlines/

We welcome any contributors to please submit issues and PR's to the new repository. Thanks!