You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I just run into this (little issue): il you use Django 1.10 and add a SortableMixin with TabularInline, you will loose the classes elements associated with inline classes definition (such as collapse functionnality).
You may correct this very simply modifying templates/adminsortable2/tabular.html
replacing :
Hi, I just run into this (little issue): il you use Django 1.10 and add a SortableMixin with TabularInline, you will loose the classes elements associated with inline classes definition (such as collapse functionnality).
You may correct this very simply modifying templates/adminsortable2/tabular.html
replacing :
with
Would you like a PR ?
M.
The text was updated successfully, but these errors were encountered: