Is there a way to define the order of objects related through a ManyToManyField?
Example:
ArticleContainer1 contains in this order : article
I use that plugin: https://github.com/jazzband/django-sortedm2m This works just fine I had some troubles with migrations because i hadn't read usage of the plugin, pay attention on it