python-django-ordered-model 3.4.3-1 source package in Ubuntu

Changelog

python-django-ordered-model (3.4.3-1) unstable; urgency=low

  * New upstream release.
  * Fix d/watch to use new upstream repo.
  * Depend on python3-all for autopkgtests.
  * Update year in d/copyright.

 -- Michael Fladischer <email address hidden>  Mon, 20 Dec 2021 16:35:23 +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.3-1.dsc 1.9 KiB f94a0050fea775b719ebf68b6821fdf1862d7402a54ef2e832d5833ece2d024f
python-django-ordered-model_3.4.3.orig.tar.gz 23.4 KiB 862fac38edca37aca9ce5139ab05b35b4b8213a96464434f394dc84c0fc3a6fe
python-django-ordered-model_3.4.3-1.debian.tar.xz 4.4 KiB ccc36a2e5a3c00471aa13d9255ebddd48b43d23773a2d2c3f2c14205663e9e8e

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.