python-django-modelcluster 5.1-1 source package in Ubuntu

Changelog

python-django-modelcluster (5.1-1) 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 ]
  * New upstream release.

 -- Michael Fladischer <email address hidden>  Tue, 27 Oct 2020 20:53:40 +0100

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

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-django-modelcluster_5.1-1.dsc 1.8 KiB 9df027ec33dad336cc5dfc819359f13262fe82c7caba517d23360c7f49a1b796
python-django-modelcluster_5.1.orig.tar.gz 44.0 KiB b2a28a81da1312b9795c991f6be520b9d1977befeea9abf51cc184842c6e50af
python-django-modelcluster_5.1-1.debian.tar.xz 2.8 KiB 05109c80b4394148067ad84a271141625d2ae3721e9f870969c2702a0da51c43

Available diffs

No changes file available.

Binary packages built by this source

python3-django-modelcluster: clusters of models as a single unit (Python3 version)

 django-modelcluster extends Django's foreign key relations to make it possible
 to work with a 'cluster' of related objects, without necessarily holding them
 in the database. It introduces a new type of relation, ParentalKey, where the
 related models are stored locally to the 'parent' model until the parent is
 explicitly saved. Up to that point, the related models can still be accessed
 through a subset of the QuerySet API.
 .
 This package contains the Python 3 version of the library.