Django Admin Sortable2 Versions Save

Generic drag-and-drop ordering for objects in the Django admin interface

2.1.5

1 year ago

2.1

1 year ago

2.0.4

1 year ago
  • 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

2 years ago

2.0rc1

2 years ago

2.0rc0

2 years ago

1.0.4

2 years ago
  • Fix #294_: issue in 1.0.3 where install_requires unintentionally dropped django 2.2

.. _#294: https://github.com/jrief/django-admin-sortable2/issues/294

1.0.3

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/jrief/django-admin-sortable2/compare/1.0.2...1.0.3

1.0

3 years ago
  • 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.