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

Changelog

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

  * New upstream version 6.2.1
  * Update year in d/copyright.

 -- Michael Fladischer <email address hidden>  Thu, 11 Jan 2024 10:16:00 +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
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-django-modelcluster_6.2.1-1.dsc 2.0 KiB a5fca39aeeee02c227ef407d01b3c9e60fb731db093967111f35285b5b4ae93e
python-django-modelcluster_6.2.1.orig.tar.xz 43.4 KiB e1e45c9586f13dae6d4fb906c0371f6da2f56d568f0ec51ec865bd79d7ece102
python-django-modelcluster_6.2.1-1.debian.tar.xz 3.6 KiB bff250751c9c2941730ebf2804967fd2925a2e57dda9bc046a8e0a99f5767402

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.