django-sortedm2m 2.0.0+dfsg.1-4 source package in Ubuntu

Changelog

django-sortedm2m (2.0.0+dfsg.1-4) unstable; urgency=medium

  * Bump debhelper from old 12 to 13.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Update standards version to 4.5.1, no changes needed.
  * Update standards version to 4.6.0, no changes needed.

 -- Debian Janitor <email address hidden>  Wed, 25 May 2022 21:29:01 +0100

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
django-sortedm2m_2.0.0+dfsg.1-4.dsc 2.3 KiB 953f94db91797ca1e9f070c61983df9ccda36941adee6c1d26295d9a6f2bb92d
django-sortedm2m_2.0.0+dfsg.1.orig.tar.xz 17.6 KiB a4c232f5036ec1e9744d41a36fcdcd7ea9636f87e115350d313319f2f1fdbda1
django-sortedm2m_2.0.0+dfsg.1-4.debian.tar.xz 3.5 KiB 3aa2ca7e30d163a4ed1746460d61f7833fc0d2edaf97685b1ae145622d880b1e

Available diffs

No changes file available.

Binary packages built by this source

django-sortedm2m-data: No summary available for django-sortedm2m-data in ubuntu kinetic.

No description available for django-sortedm2m-data in ubuntu kinetic.

python-sortedm2m-data: No summary available for python-sortedm2m-data in ubuntu kinetic.

No description available for python-sortedm2m-data in ubuntu kinetic.

python3-sortedm2m: Replacement for Django's many to many field with sorted relations (Python 3)

 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.