tommytsim
tommytsim
Changes in 2.2.4 causes "unexpected" ordering from user's perspective, in my opinion. 1. Define a model with m2m fields to another model (incl. inline) 2. Create a model instance with...
@jrief the mentioned case is similar to the example described in https://django-admin-sortable2.readthedocs.io/en/latest/usage.html#sortable-many-to-many-relations-with-sortable-inlines Using inlines allows user to fill extra data when associating the records so I guess it cannot be...
JavaScript side issue, yes, if there is no intention to have (some) magic values, either 0, nullish or negative number, implicitly representing "let the python side append those records at...