django-admin-sortable2
django-admin-sortable2 copied to clipboard
Generic drag-and-drop ordering for objects in the Django admin interface
Bumps [sqlparse](https://github.com/andialbrecht/sqlparse) from 0.4.4 to 0.5.0. Changelog Sourced from sqlparse's changelog. Release 0.5.0 (Apr 13, 2024) Notable Changes Drop support for Python 3.5, 3.6, and 3.7. Python 3.12 is now...
Hi, thanks for the great package. Currently django has release the 5.x.x. version but it looks like our package haven't supported it yet because our template is just for 4.0...
Bumps [idna](https://github.com/kjd/idna) from 3.3 to 3.7. Release notes Sourced from idna's releases. v3.7 What's Changed Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time...
Hi ive been trying to get SortableStackedInline working with django-polymorphic and I cant seem to get the moveable boxes working on the inlines. Is this actually possible with this module?...
Python: 3.11 Django: 5.0.4 In admin change list, ordering actions [ move_to_exact_page, move_to_back_page, move_to_last_page, move_to_first_page, move_to_forward_page] still rendered in action dropdown even if user don't have change permission. How can...
After some debugging I found the source of the issue: https://github.com/jrief/django-admin-sortable2/blob/3cbfa1a0a08078a6ec4dfc0e7ec67bfb9d02aeb0/adminsortable2/admin.py#L489-L491 Basically when saving as new the order passed with the form submission gets discarded because its value is greater...
Bumps [certifi](https://github.com/certifi/python-certifi) from 2024.2.2 to 2024.7.4. Commits bd81538 2024.07.04 (#295) 06a2cbf Bump peter-evans/create-pull-request from 6.0.5 to 6.1.0 (#294) 13bba02 Bump actions/checkout from 4.1.6 to 4.1.7 (#293) e8abcd0 Bump pypa/gh-action-pypi-publish from...
First and foremost, I would like to extend my gratitude for developing such an impressive function. I am writing to report a compatibility issue I encountered with the django-unfold when...
Hello! We are using `django-admin-sortable2` for our models. When we change the order using drag-and-drop, select couple of models by checkboxes and use lista action (for example: `Delete selected...` --...
The wheels apparently ship with patched templates from Django itself: ``` adminsortable2/templates/adminsortable2/edit_inline/stacked-django-4.2.html adminsortable2/templates/adminsortable2/edit_inline/stacked-django-5.0.html adminsortable2/templates/adminsortable2/edit_inline/tabular-django-4.2.html adminsortable2/templates/adminsortable2/edit_inline/tabular-django-4.2.html.orig adminsortable2/templates/adminsortable2/edit_inline/tabular-django-5.0.html adminsortable2/templates/adminsortable2/edit_inline/tabular-django-5.0.html.orig ``` I could not find any license details for these files (especially relevant...