wagtail / django-modelcluster

Django extension to allow working with 'clusters' of models as a single unit, independently of the database
BSD 3-Clause "New" or "Revised" License
485 stars 66 forks source link

Sort in-memory object list after .create() #161

Open SupraSummus opened 2 years ago

SupraSummus commented 2 years ago

This is required when newly created object is ordered not at the end.

gasman commented 1 year ago

Thanks @SupraSummus! Please could you add a test for this?