python3-sortedm2m

Replacement for Django's many to many field with sorted relations (Python 3)
  https://github.com/gregmuellegger/django-sortedm2m
  0
  no reviews



Sortedm2m is a drop-in replacement for Django's own ManyToManyField. The provided SortedManyToManyField behaves like the original one, but remembers the order of added relations.

This is the Python 3 version of the package.