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
774 stars 180 forks source link

Extend test suite to django 3.2 #271

Closed marksweb closed 3 years ago

marksweb commented 3 years ago

I've extended the test suite to include django 3.2.

I'm also keen to remove EOL python versions; 2.7, 3.4, 3.5 and add 3.9.

marksweb commented 3 years ago

@jrief This might be worth merging & preparing a release. I've updated use of url() to path() as well to cover deprecation warnings

sudhirakash commented 3 years ago

Can we merge this Pull request soon? We really want support for django 3.2.

marksweb commented 3 years ago

Can we merge this Pull request soon? We really want support for django 3.2.

I've merged it. I'm not sure when I'll get chance to release it at the moment but you could install from the branch for now.

sudhirakash commented 3 years ago

Hi Mark,

Thanks for merging the commit, As I am trying to use this package in a high-level production, can you please help me in getting a new release tag with this feature. I really appreciate your prompt response.

Thanks

marksweb commented 3 years ago

Hi @sudhirakash

I can't be sure when I'll have time to tag & release to pypi due to family commitments over the next 2 weeks.

I can't see any code changing though besides the change log and version number. So until we get round to releasing, installing from master would be your best bet.