How to Install and Uninstall python-django-polymorphic-doc Package on Kali Linux

Last updated: May 16,2024

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

Please follow the steps below to install python-django-polymorphic-doc on Kali Linux

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

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

Please follow the step by step instructions below to uninstall python-django-polymorphic-doc on Kali Linux:

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

3. Information about the python-django-polymorphic-doc package on Kali Linux

Package: python-django-polymorphic-doc
Source: django-polymorphic
Version: 3.1-2
Installed-Size: 665
Maintainer: Debian Python Team
Architecture: all
Depends: libjs-sphinxdoc (>= 4.3), sphinx-rtd-theme-common (>= 1.1.1+dfsg)
Size: 84192
SHA256: 049d5a40a53a1d4cb9ed7fb522cdfc94ab43d6f5abddd5a58e0874c1ea34eba6
SHA1: d19057c915235a4c4b93cfad8b2399e315dd79a8
MD5sum: 821d3254c36cf4adcd13f809fd7ef74b
Description: 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:
Multi-Arch: foreign
Homepage: https://github.com/django-polymorphic/django-polymorphic
Section: doc
Priority: optional
Filename: pool/main/d/django-polymorphic/python-django-polymorphic-doc_3.1-2_all.deb