Language

Package: python-django-sortedm2m @ 3.0.2

Synopsis

Drop-in replacement for django's own ManyToManyField

Description

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.

Home page
https://github.com/jazzband/django-sortedm2m
Location
gnu/packages/django.scm (line: 941, column: 2)
License

Lint warnings

LinterMessageLocation
optional-tests

Make sure tests are only run when requested

the 'check' phase should respect #:tests?