1
in the model you can specify ordering of the objects. More here
class M1():
...
class Meta:
ordering = ['pos']
Source:stackexchange.com
1
in the model you can specify ordering of the objects. More here
class M1():
...
class Meta:
ordering = ['pos']