jrief / django-admin-sortable2

Generic drag-and-drop ordering for objects in the Django admin interface
https://django-admin-sortable2.readthedocs.io/en/latest/
Other
770 stars 181 forks source link

Why not adapt for django 3.2? #381

Closed engAmirEng closed 1 year ago

engAmirEng commented 1 year ago

Is there any api that you are using that is not easy to adapt with django 3.2? dj 3.2 is the major release and you should support it please!!

trawick commented 1 year ago

@engAmirEng Hopefully I understood your question :) django-admin-sortable2 version 1.0.4 works with Django 3.2.

jrief commented 1 year ago

@engAmirEng Sorry, my previous answer was for the wrong repository.

In Django-4, the API for rendering forms changed. I therefore created a new version incompatible with the previous one, hence 2+.

engAmirEng commented 1 year ago

@trawick @jrief oh, thanks, then please continue maintaining v1

jrief commented 1 year ago

@engAmirEng Django-3.2 reaches EOL on April 1st 2024. In your own interest, you should migrate to Django-4+ as soon as possible.

engAmirEng commented 1 year ago

production reality is a bit different, there are many serious projects that are still even using dj 2.2, so to increase your starts and pip downloads I recommend you support 3.2

jrief commented 1 year ago

Porting the new features of django-admin-sortable2 to a version running with Django<4 won't happen. You then have to stay with 1.0.4.