Skip to content

Releases: jrief/django-admin-sortable2

2.1.11

15 May 13:41
8cac5c3

Choose a tag to compare

Merge pull request #390 from jrief/django-5-support

Prepare for Django 5 support

2.1.5

24 Mar 11:33
8f0269b

Choose a tag to compare

playwright 1.31.1 depends on pyee==9.0.4

2.1

08 Aug 20:38
22288ad

Choose a tag to compare

2.1
Bump to version 2.1

2.0.4

13 May 22:31

Choose a tag to compare

  • Fix #309:
    Prevent JavaScrip error when using *InlineAdmin without sortable list view.
  • Internally use Python's pathlib instead of os.path.
  • In DEBUG mode, load unminimized JavaScript.

2.0.3

16 Apr 16:32

Choose a tag to compare

Bump to version 2.0.3

2.0rc1

31 Mar 14:10
d7c3ddc

Choose a tag to compare

Update conf.py

2.0rc0

31 Mar 13:58
ae804fb

Choose a tag to compare

Update README.md

1.0.4

31 Jan 22:23

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

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

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.