0
votes
3answers
49 views
The data structure for the “order” property of an object in a list
I have a list of ordered objects stored in the database and accessed through an ORM (specifically, Django's ORM). The list is sorted arbitrarily by the user and I need some way to keep track of it. …
