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

Last updated: October 13,2024

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

Here is a brief guide to show you how to install python3-django-ajax-selects.noarch on Fedora 39

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

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

Learn how to uninstall python3-django-ajax-selects.noarch on Fedora 39:

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

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

Last metadata expiration check: 4:01:24 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : python3-django-ajax-selects
Version : 2.2.0
Release : 5.fc39
Architecture : noarch
Size : 67 k
Source : python-django-ajax-selects-2.2.0-5.fc39.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.