jrief/django-admin-sortable2

adminsortable2.js file is missing

Closed this issue · 3 comments

adminsortable2.js file is missing in version 2.2 causing order to not work in admin

Same here. Django is looking for the normal js, but only the minified one is collected.

... ups

Right! With DEBUG = True the unminimized file is loaded, otherwise the minimized one.

Fixed in 2.2.1

for those looking for a solution to this, you need django>=4.2 and django-admin-sortable>=2.2.1 as it's fixed in this commit 5ea4352