The updating of unique fields now also work in MariDB and MySQL
gabn88 opened this issue · 1 comments
gabn88 commented
See https://docs.djangoproject.com/en/4.1/ref/models/querysets/#ordered-queryset
I think it could be added to the notes :)
jrief commented
But in version 2 the sorting is done on the client anyway, so only the order field has to be updated with that data.
In version 1, this indeed was an issue.