How to Install and Uninstall python3-django-ajax-selects.noarch Package on Fedora 34

Last updated: October 05,2024

1. Install "python3-django-ajax-selects.noarch" package

This tutorial shows how to install python3-django-ajax-selects.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install python3-django-ajax-selects.noarch

2. Uninstall "python3-django-ajax-selects.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-django-ajax-selects.noarch on Fedora 34:

$ sudo dnf remove python3-django-ajax-selects.noarch $ sudo dnf autoremove

3. Information about the python3-django-ajax-selects.noarch package on Fedora 34

Last metadata expiration check: 2:03:48 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : python3-django-ajax-selects
Version : 1.8.0
Release : 5.fc34
Architecture : noarch
Size : 55 k
Source : python-django-ajax-selects-1.8.0-5.fc34.src.rpm
Repository : fedora
Summary : Intelligent schema migrations for Django apps
URL : https://github.com/crucialfelix/django-ajax-selects
License : MIT or GPL+
Description : Enables editing of ForeignKey, ManyToMany and simple text fields using the
: Autocomplete - jQuery plugin.
: django-ajax-selects will work in any normal form as well as in the admin.
: The user is presented with a text field. They type a search term or a few
: letters of a name they are looking for, an ajax request is sent to the server,
: a search channel returns possible results. Results are displayed as a drop
: down menu. When an item is selected it is added to a display area just below
: the text field.