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

Changelog

python-django-ordered-model (3.7.4-1) unstable; urgency=medium

  * New upstream version 3.7.4
  * Bump Standards-Version to 4.6.2.
  * Update d/copyright with new years.
  * Build using pybuild-plugin-pyproject.

 -- Michael Fladischer <email address hidden>  Mon, 19 Jun 2023 11:04:50 +0000

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
Noble release universe misc
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-django-ordered-model_3.7.4-1.dsc 2.0 KiB 913cc57269ad668489245094a3ac1b40a550750c9e43712f0131af486472893e
python-django-ordered-model_3.7.4.orig.tar.gz 196.4 KiB 420f2ff3bae47e222f58dd08eaa9cc7d635980d0580893c07f5b13e4954a1927
python-django-ordered-model_3.7.4-1.debian.tar.xz 4.6 KiB 50eb849be0d4361daa5a555f23915ec0840320f34e5ce648b33ca9f520528aad

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.