django-polymorphic 0.8.1-1 source package in Ubuntu

Changelog

django-polymorphic (0.8.1-1) unstable; urgency=medium

  * New upstream release (Closes: #806354).
  * Add NEWS file to document backwards incompatible changes.

 -- Michael Fladischer <email address hidden>  Tue, 29 Dec 2015 16:16:34 +0100

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
Xenial release universe misc

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
django-polymorphic_0.8.1-1.dsc 2.3 KiB 864107707c139ae638eeafd6b80d10dbba5714b001d5afdd110c2d2ea4c3dafd
django-polymorphic_0.8.1.orig.tar.gz 62.9 KiB b3899668f6fe0e7c3921a3c2d1fb03121f9ffb702fb63de14d7ac863c9c54569
django-polymorphic_0.8.1-1.debian.tar.xz 3.5 KiB d03ce24b0d80b51f2cb0fee3bdeb1168e4105a44162bf5fe20d2974a0da75716

Available diffs

No changes file available.

Binary packages built by this source

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

No description available for python-django-polymorphic in ubuntu yakkety.

python-django-polymorphic-doc: Seamless Polymorphic Inheritance for Django Models (Documentation)

 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 documentation.

python3-django-polymorphic: No summary available for python3-django-polymorphic in ubuntu yakkety.

No description available for python3-django-polymorphic in ubuntu yakkety.