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

Changelog

python-django-modelcluster (6.3-1) unstable; urgency=low

  * New upstream version 6.3

 -- Michael Fladischer <email address hidden>  Mon, 18 Mar 2024 09:27:16 +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
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-django-modelcluster_6.3-1.dsc 2.0 KiB 3885ad7378c3df55f978484f0b26f02ffdd3336e02dafa879eef93463e3beaaf
python-django-modelcluster_6.3.orig.tar.xz 45.8 KiB 61d066cdb3ddf7139ba38017bb8f2fa051b560e50f013ef06c232785eae0b6d0
python-django-modelcluster_6.3-1.debian.tar.xz 3.6 KiB ccfd604dfcc6befa00c7e0eebd19e601591780058dda2ca023781fd51ece1045

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.