How to Install and Uninstall python-django-polymorphic-doc Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 15,2024

1. Install "python-django-polymorphic-doc" package

In this section, we are going to explain the necessary steps to install python-django-polymorphic-doc on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-django-polymorphic-doc

2. Uninstall "python-django-polymorphic-doc" package

This guide covers the steps necessary to uninstall python-django-polymorphic-doc on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-django-polymorphic-doc $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-django-polymorphic-doc package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-django-polymorphic-doc
Priority: optional
Section: universe/doc
Installed-Size: 274
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: django-polymorphic
Version: 0.8.1-1
Depends: libjs-sphinxdoc (>= 1.0)
Filename: pool/universe/d/django-polymorphic/python-django-polymorphic-doc_0.8.1-1_all.deb
Size: 41958
MD5sum: 3403d06f6d005b9d37f0b72c0e8be1fc
SHA1: 1a165bb59e86f30eca2a47fdce494db3ee2dc6a7
SHA256: fef4d075ae68e013b1dd8f781b588aaf88bdde08eb48f7ce8ab01dd69a82eda8
Description-en: 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.
Description-md5: 529cf171fe6cf45b791912ec8a669a47
Homepage: https://github.com/chrisglass/django_polymorphic
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu