python-django-modelcluster 6.0-2ubuntu1 source package in Ubuntu

Changelog

python-django-modelcluster (6.0-2ubuntu1) mantic; urgency=medium

  * d/p/fix_test_suite_django_4plus.patch: Fix test suite to maintain
    compatibility with Django 4.2+ (LP: #2022089)

 -- Lena Voytek <email address hidden>  Tue, 01 Aug 2023 15:52:22 -0700

Upload details

Uploaded by:
Lena Voytek
Sponsored by:
Lucas Kanashiro
Uploaded to:
Mantic
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-django-modelcluster_6.0.orig.tar.gz 50.3 KiB 9bd813c1e51436791f8b21b4744b12e81f39e49f0ae07b03bde9d452a93bd10a
python-django-modelcluster_6.0-2ubuntu1.debian.tar.xz 4.7 KiB d771ea5e8acbacd7ad0af2482e1d770a64392ad3df7998812bc9eed6b3a12f84
python-django-modelcluster_6.0-2ubuntu1.dsc 2.4 KiB 88439b8928976558d65bf506ad489d30fa4bb68797d56ea5c9e5510e90106157

View changes file

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.