Skip to content

Releases: jrief/django-admin-sortable2

2.0.3

16 Apr 16:32
Compare
Choose a tag to compare
Bump to version 2.0.3

2.0rc1

31 Mar 14:10
d7c3ddc
Compare
Choose a tag to compare
Update conf.py

2.0rc0

31 Mar 13:58
ae804fb
Compare
Choose a tag to compare
Update README.md

1.0.4

31 Jan 22:23
Compare
Choose a tag to compare
  • Fix #294_: issue in 1.0.3 where install_requires unintentionally dropped django 2.2

.. _#294: #294

1.0.3

11 Dec 20:23
dba3c84
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.2...1.0.3

1.0

21 Apr 09:48
d7608bd
Compare
Choose a tag to compare
1.0
  • Added support for Django 3.2
  • Drop support for Python-2.7, 3.4 and 3.5.
  • Drop support for Django-1.10, 1.11, 2.0 and 2.1.
  • Add Python-3.9 to the testing matrix.
  • Refactor code base to clean Python-3 syntax.