Django-admin-ordering

Latest version: v0.18.0

Safety actively analyzes 641872 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 3

0.18

~~~~~~~~~~~~~~~~~~~~

.. _0.18: https://github.com/matthiask/django-admin-ordering/compare/0.17...0.18

- Added Python 3.11, 3.12 and Django 5.0.
- Switched to hatchling and ruff.
- Added a database index to the ordering field.

0.17

~~~~~~~~~~~~~~~~~~~~

.. _0.17: https://github.com/matthiask/django-admin-ordering/compare/0.16...0.17

- Fixed descending orderings.
- Added Django 4.2.
- Updated the bundled jQuery UI version.
- Changed the CSS and JavaScript to fix the handle selection. Do not mark the
whole row as draggable. (This was never intentional.)
- Removed the ``mouseup`` and ``mousedown`` handler which fixed the width of
cells during dragging. It seems to break file inputs inside sortables in
Firefox. Breaking is worse than a potentially worse UI.

0.16

~~~~~~~~~~~~~~~~~~~~

.. _0.16: https://github.com/matthiask/django-admin-ordering/compare/0.15...0.16

- Stopped warning when ``ordering = ["-ordering"]``.
- Added Django 4.1.
- Raised the minimum version of django-js-asset to 2.0 for better compatibility
with new Django versions.

0.15

~~~~~~~~~~~~~~~~~~~~

.. _0.15: https://github.com/matthiask/django-admin-ordering/compare/0.14...0.15

- Updated the bundled jQuery UI library to 1.12.1.
- Added a system check which verifies that ``admin_ordering`` is added to
``INSTALLED_APPS``.
- Added system checks for the ordering attribute of models.
- Added pre-commit.
- Raised the minimum version of Python to 3.8, Django to 3.2.
- Changed the ``formset:added`` handler for compatibility with Django 4.1.

0.14

~~~~~~~~~~~~~~~~~~~~

.. _0.14: https://github.com/matthiask/django-admin-ordering/compare/0.13...0.14

- Specified the default ordering by ``["ordering"]`` in the
``OrderableModel``.
- Started adding translations.
- Switched to a declarative setup.
- Switched from Travis CI to GitHub actions.
- Added comparison operator support to ``OrderableModel`` so that instances may
be sorted in Python code.

0.13

~~~~~~~~~~~~~~~~~~~~

- Added Django 3.1 and Python 3.8 to the matrix.
- Added an abstract ``admin_ordering.models.OrderableModel`` model.

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.