django-polymorphic 1.3-1 source package in Ubuntu

Changelog

django-polymorphic (1.3-1) unstable; urgency=low

  * New upstream release.
  * Refresh patches after git-dpm to gbp pq conversion
  * Refresh patches for 1.3.

 -- Michael Fladischer <email address hidden>  Tue, 08 Aug 2017 10:55:10 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
django-polymorphic_1.3-1.dsc 2.0 KiB 88c0ef3d824e4df587770f9a54d911db0885ed5675c6fd2a07cc43c2f61eef52
django-polymorphic_1.3.orig.tar.gz 91.6 KiB 15f8233acd63476ea8817a7cde88a535627d18f346a0ce058ec0799ed01f9a61
django-polymorphic_1.3-1.debian.tar.xz 4.5 KiB 4915d7a788b04d1d923d34d1c3f16ccb73818afd4f6d72b3c36945be25e41c35

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

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

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.