django-polymorphic 2.1.2-2 source package in Ubuntu

Changelog

django-polymorphic (2.1.2-2) unstable; urgency=medium

  * Team upload.
  * Reupload without binaries to allow migration.

 -- Andrey Rahmatullin <email address hidden>  Tue, 20 Aug 2019 12:43:41 +0500

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Builds

Eoan: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
django-polymorphic_2.1.2-2.dsc 2.3 KiB fc9a9ad368a39663811c6cd16ec187d3effe5bf510773e8bf49c1b2202be42ed
django-polymorphic_2.1.2.orig.tar.gz 101.1 KiB d20ea36b77840a39f277f4ee8643c295c9d439dc6f7f1571282f2487acc2ccdb
django-polymorphic_2.1.2-2.debian.tar.xz 5.5 KiB e086f6c1e603c02e988e72444450c86ca0663015a797b535469ca29d9d358104

Available diffs

No changes file available.

Binary packages built by this source

python-django-polymorphic-doc: No summary available for python-django-polymorphic-doc in ubuntu hirsute.

No description available for python-django-polymorphic-doc in ubuntu hirsute.

python3-django-polymorphic: Seamless Polymorphic Inheritance for Django Models (Python3 version)

 Django-polymorphic simplifies using inherited models in Django projects. When a
 query is made at the base model, the inherited model classes are returned.
 .
 Features:
  * Full admin integration.
  * ORM integration:
    + Support for ForeignKey, ManyToManyField, OneToOneField descriptors.
    + Support for proxy models.
    + Filtering/ordering of inherited models (ArtProject___artist).
    + Filtering model types: instance_of(...) and not_instance_of(...)
    + Combining querysets of different models (qs3 = qs1 | qs2)
    + Support for custom user-defined managers.
  * Uses the minimum amount of queries needed to fetch the inherited models.
  * Disabling polymorphic behavior when needed.
 .
 This package contains the Python 3 version of the library.