python-django-ordered-model 3.4.1-2 source package in Ubuntu

Changelog

python-django-ordered-model (3.4.1-2) unstable; urgency=low

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.

  [ Ondřej Nový ]
  * d/control: Update Maintainer field with new Debian Python Team
    contact address.
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.

  [ Michael Fladischer ]
  * Update d/watch to work with github again.
  * Bump Standards-Version to 4.6.0.1.
  * Use uscan version 4.
  * Enable upstream testsuite for autopkgtests.

 -- Michael Fladischer <email address hidden>  Wed, 20 Oct 2021 14:53:46 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-django-ordered-model_3.4.1-2.dsc 1.9 KiB aa3800d9b148116d042689e07ebac1c6d0cc75b2f51d5dcc81583f8c0de5415b
python-django-ordered-model_3.4.1.orig.tar.gz 19.1 KiB afdfd660aa36e65fd719eadabaf51630a00f5f82b8a89685c38286c8aed7d429
python-django-ordered-model_3.4.1-2.debian.tar.xz 4.3 KiB 5ab765abf8fd43ef1850b0808243b7d058a0b64b59877bcd968936e057899221

Available diffs

No changes file available.

Binary packages built by this source

python3-django-ordered-model: Allows Django models to be ordered (Python3 version)

 django-ordered-model allows models to be ordered and provides a simple admin
 interface for reordering them. Model instances have a set of methods to move
 them relative to each other. It is also possible to order only within a subset
 of objects.
 .
 This package contains the Python 3 version of the library.