Why not adapt for django 3.2?
engAmirEng opened this issue · 6 comments
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!!
@engAmirEng Hopefully I understood your question :) django-admin-sortable2 version 1.0.4 works with Django 3.2.
@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 Django-3.2 reaches EOL on April 1st 2024. In your own interest, you should migrate to Django-4+ as soon as possible.
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
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.