1
I think Ordering many-to-many relations in Django models has th answer you need.
You basically have to manually specify the through table and guarantee the ordering in there.
Source:stackexchange.com
1
I think Ordering many-to-many relations in Django models has th answer you need.
You basically have to manually specify the through table and guarantee the ordering in there.