./www/py-django-admin-sortable2, Generic drag-and-drop sorting for Views in the Django Admin

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.2.6, Package name: py312-django-admin-sortable2-2.2.6, Maintainer: pkgsrc-users

A replacement for django-admin-sortable using an unintrusive approach.

This plugin is a generic drag-and-drop ordering module for sorting objects in
the List, the Stacked- and the Tabular-Inlines Views in the Django Admin
interface.

This module offers simple mixin classes which enrich the functionality of any
existing class derived from admin.ModelAdmin, admin.StackedInline or
admin.TabularInline.

Thus it makes it very easy to integrate with existing models and their model
admin interfaces. Existing models can inherit from models.Model or any other
class derived thereof. No special base class is required.


Required to run:
[www/py-django] [devel/py-setuptools] [lang/python37]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 66.767 KB

Version history: (Expand)


CVS history: (Expand)


   2025-04-14 15:17:35 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-django-admin-sortable2: updated to 2.2.6

2.2.6

Fix adding new models with inlines: automatically set order of new entries.

2.2.5

Fix sorting in parallel requests.
Add support for Python 3.13.
   2024-11-24 21:03:42 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-django-admin-sortable2: updated to 2.2.4

2.2.4
Fix: Selected ordering is not always preserved when using "Save as \ 
new" in inline admin.
   2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862)
Log message:
py-*: remove unused tool dependency

py-setuptools includes the py-wheel functionality nowadays
   2024-10-24 09:31:55 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-django-admin-sortable2: updated to 2.2.3

2.2.3

Add compatibility for Django-5.1
   2024-10-14 08:46:10 by Thomas Klausner | Files touched by this commit (325)
Log message:
*: clean-up after python38 removal
   2024-08-20 13:19:17 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-django-admin-sortable2: updated to 2.2.2

2.2.2

Fix: Coalesce type error on default_ordering_field.
   2024-05-18 08:05:41 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-django-admin-sortable2: updated to 2.2.1

2.2.1

Fix: With setting DEBUG = True, loading the unminimized JavaScript files failed. \ 
They now are added during build time.
   2024-05-15 17:16:16 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-django-admin-sortable2: updated to 2.2

2.2

Add support for Django-5.0
Drop support for Python-3.8
Drop support for Django-4.1 and lower.

2.1.11

Upgrade all external dependencies to their latest versions.
Adopt E2E tests to use Playwright's locator.