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

Last updated: May 20,2024

1. Install "python3-django-polymorphic" package

This guide covers the steps necessary to install python3-django-polymorphic on Kali Linux

$ sudo apt update $ sudo apt install python3-django-polymorphic

2. Uninstall "python3-django-polymorphic" package

Please follow the steps below to uninstall python3-django-polymorphic on Kali Linux:

$ sudo apt remove python3-django-polymorphic $ sudo apt autoclean && sudo apt autoremove

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

Package: python3-django-polymorphic
Source: django-polymorphic
Version: 3.1-2
Installed-Size: 399
Maintainer: Debian Python Team
Architecture: all
Depends: python3-django, python3-pkg-resources, python3:any
Recommends: python3-django-extra-views
Suggests: python-django-polymorphic-doc
Size: 65020
SHA256: 7cb1184d2ca4b186c8cde6d3fc6bdd5a3c47222c8a6047fea41746c9f5256319
SHA1: 6649a2e22b825b79978212356e6704ef38a24f75
MD5sum: 16e01623a32fccf10ad491dd2ae288d7
Description: 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.
Description-md5:
Homepage: https://github.com/django-polymorphic/django-polymorphic
Section: python
Priority: optional
Filename: pool/main/d/django-polymorphic/python3-django-polymorphic_3.1-2_all.deb