omji / django-tabbed-admin

Easily add tabs to django admin forms
BSD 3-Clause "New" or "Revised" License
63 stars 68 forks source link

are any forks maintaining this project? #39

Open tk-subgenius opened 3 years ago

tk-subgenius commented 3 years ago

Hi, it looks like this project is abandoned, but I see some forks of it. Does anyone know if any of those forks are being maintained?

Thanks!

tk-subgenius commented 3 years ago

answering my own question - this fork looks to have some fixes for Django 2.0 https://github.com/D2theR/django-tabbed-admin

I'll try it out and update with results

sgilissen commented 2 years ago

Bit late to the party, but I'm trying to at least semi-update it for my own needs. https://github.com/PulseLogic/django-tabbed-admin

no guarantees, YMMV.

nicolochiellini commented 2 years ago

Hello sgilisseh me and my team make use a lot of this plugin, we would like to contribute

sgilissen commented 2 years ago

Hello sgilisseh me and my team make use a lot of this plugin, we would like to contribute

Hi!

The fork that's currently on my company's GitHub is fairly up to date and Django 4.0-compatible. Feel free to create pull requests and I'd be happy to merge :-)

JacoBezuidenhout commented 2 years ago

Hi everyone! We also make a lot of use of this plugin. We had to scale a project for one of our clients and we have been getting a lot of weird, tricky to re-create KeyError issues. @sgilissen have you/your company ever experienced KeyError 'some_field_for_form_a' is not found in FormB during concurrent requests? I will make an issue with more information so stay on topic here. I would really appreciate it if you could have a look at the issue.