Path to this page:
Subject: CVS commit: pkgsrc/www/py-django-admin-sortable2
From: Adam Ciarcinski
Date: 2023-12-02 08:17:54
Message id: 20231202071754.BDED6FA40@cvs.NetBSD.org
Log Message:
py-django-admin-sortable2: updated to 2.1.10
2.1.10
Do not create sourcemaps in production build.
2.1.9
Folder testapp is not published on PyPI anymore.
2.1.8
Fix: In combination with django-nested-admin integration fails with an error in \
inlien formsets.
2.1.7
Yanked.
2.1.6
Add support for Django-4.2.
2.1.5
Fix: In SortableInlineAdminMixin.get_fields(), convert potential tuple to list \
in order to append extra elements.
2.1.4
Fix: It not is not possible anymore, to move items beyond the last item, i.e. \
after an empty extra rows for new items or even after the row with the "Add \
another chapter" link.
2.1.3
Fix 328: Replace uglify against terser to minify JavaScript files.
2.1.2
Fix 320: Adding Jinja2 as template engine didn't work because it is unable to \
handle file references using pathlib.Path.
2.1.1
Enlarge top/down buttons on top of header of SortableTabularInline.
2.1
Introduce classes adminsortable2.admin.SortableStackedInline and \
adminsortable2.admin.SortableTabularInline to resort items to the begin or end \
of the list of those inlines.
Add support for Django-4.1.
2.0.5
Fix: When using an InlineAdmin with a self defined form, the default ordering \
has been ignored.
Fix: Skip instance check, if model used in an InlineAdmin is a proxy model.
2.0.4
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
Fix 304: ModelAdmin not inheriting from SortableAdminMixin prevented sortable \
Stacked-/TabluraInlineAdmin be sortable.
2.0.2
Fix 303: Use CSRF-Token from input field rather than from Cookie.
2.0.1
Fix 302: Django's ManifestStaticFilesStorage references missing file \
adminsortable2.js.map.
2.0
Drop support for Django 3.2 and lower.
Replace jQuery-UI's sortable against Sortable.js.
Use TypeScript instead of JavaScript for all client side code.
Remove all extended Django admin templates: This allows a smoother upgrade for \
future Django versions.
New feature: Select multiple rows and drag them to a new position.
Files: