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

Last updated: October 12,2024

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

Learn how to install python3-django-ajax-selects.noarch on Fedora 36

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

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

Here is a brief guide to show you how to uninstall python3-django-ajax-selects.noarch on Fedora 36:

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

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

Last metadata expiration check: 2:53:34 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-django-ajax-selects
Version : 2.2.0
Release : 1.fc36
Architecture : noarch
Size : 55 k
Source : python-django-ajax-selects-2.2.0-1.fc36.src.rpm
Repository : updates
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.