Jacek Tomaszewski
Jacek Tomaszewski
No bug here, `can_edit__settings` is a permission name indicating that it control app-level settings permission (`model == ''`, hence `can_edit__settings` instead of `can_edit_MODEL_settings` for model-level settings permission). I need to...
Hi! I just stumbled upon a problem that when adding a new object with new inlines, every inline model is saved with order = 0 (where 0 is the default...
1. I've tested it in my new project with the change I mentioned and it works correctly for both new and updated lists. However, I haven't tried "save as new"...
I've just tried "save as new" and the order is preserved as it should. I'm sending a PR in that case.
https://github.com/jrief/django-admin-sortable2/pull/416 sent.