django-polymorphic 0.7.1-1 source package in Ubuntu

Changelog

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

  * New upstream release.
  * Really delete django-1.7.patch.
  * Change my email address to <email address hidden>.

 -- Michael Fladischer <email address hidden>  Tue, 19 May 2015 09:58:24 +0200

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

Builds

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
django-polymorphic_0.7.1-1.dsc 2.3 KiB e1575c5959acff8c2d7e6fb27b285af71677a37b6d79455cc038f719c2c5f94c
django-polymorphic_0.7.1.orig.tar.gz 60.5 KiB da73e6aea7e8264c810f2d515bedd4f51eb1a48f638cb68311073c377b7f1a38
django-polymorphic_0.7.1-1.debian.tar.xz 3.2 KiB 9db43da374479ca2d1ed5ca3d143d111a66d80692a2c8c86e222e8b6da7262af

Available diffs

No changes file available.

Binary packages built by this source

python-django-polymorphic: Seamless Polymorphic Inheritance for Django Models

 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.

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

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

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.