django-sortedm2m 3.1.1-1 source package in Ubuntu

Changelog

django-sortedm2m (3.1.1-1) unstable; urgency=medium

  * Team Upload
  * New upstream version 3.1.1
  * drop old transitional package (Closes: #1038226)
  * use new dh-sequence-python3
  * do not install .DS_Store cache file
  * set Rules-Requires-Root: no

 -- Alexandre Detiste <email address hidden>  Sun, 28 Jan 2024 16:28:46 +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
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
django-sortedm2m_3.1.1-1.dsc 2.2 KiB 17c39d484e0e3f8fc92237d76d46fe24fecd6a99c9f946656dca8d52721682d1
django-sortedm2m_3.1.1.orig.tar.xz 24.9 KiB e868534f715a3dd1f85bafbfbf9ebcdf7a6ec47ae64dc1e6e67211179902ce7c
django-sortedm2m_3.1.1-1.debian.tar.xz 3.7 KiB 9e52233883dcee554a9e4bc394826c9de6072497751dd61a2ba3cc35091ae31a

Available diffs

No changes file available.

Binary packages built by this source

django-sortedm2m-data: Replacement for Django's many to many field with sorted relations (data files)

 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 package contains the static data files and templates.

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.