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

Changelog

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

  * New upstream release.
  * Refresh patches.
  * Bump debhelper version to 13.
  * Bump Standards-Version to 4.5.0.

 -- Michael Fladischer <email address hidden>  Mon, 15 Jun 2020 21:06:12 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-django-ordered-model_3.4.1-1.dsc 1.9 KiB aa070684be235fc1e19683d23af1ba2e30c325aedb32a5c56438054a6904f9da
python-django-ordered-model_3.4.1.orig.tar.gz 19.1 KiB afdfd660aa36e65fd719eadabaf51630a00f5f82b8a89685c38286c8aed7d429
python-django-ordered-model_3.4.1-1.debian.tar.xz 3.9 KiB fc3c66a1e9f0fcd2410d9f29ff8710835a0926389f31747bf02c83381be73e36

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.