Tied into AJAX, this grid gives the developer an eye into handy tools to aid in the user experience.
Package | django-autocomplete-light | Django ajax-selects | Smart Selects | django-easy-select2 | Django-Select2 | django-selectable | Django Tags Input | Django Utils 2 | django-siteajax | taggit-selectize | django-autocompletefilter | Django-autocomplete (googlecode) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
Description |
A fresh approach to autocomplete implementations, specially for Django. Status: v4 alpha, v3 stable, v2 & v1 deprecated. |
jQuery UI-powered auto-complete fields for ForeignKey, ManyToMany and text fields |
chained and grouped selects for django forms |
Select2 input widget for django selectable fields. |
This is a Django integration for Select2 |
Tools and widgets for using/creating auto-complete selection widgets using Django and jQuery UI. |
django-tags-input |
Django Utils is a collection of small Django helper functions and classes which make common patterns shorter and easier. |
Reusable application for Django bridging client and server sides |
Auto-complete/auto-suggestion for django-taggit (django-taggit + selectize.js) |
Django 2.0+ ModelAdmin list_filter with autocomplete widget. |
|
Category | App | App | App | App | App | App | App | App | App | App | App | App |
# Using This |
89
![]() |
19
![]() |
4
![]() |
1
![]() |
7
![]() |
11
![]() |
2
![]() |
1
![]() |
1
![]() |
1
![]() |
1
![]() |
1
![]() |
Python 3? | ||||||||||||
Development Status | Production/Stable | Production/Stable | Unknown | Production/Stable | Production/Stable | Production/Stable | Production/Stable | Mature | Beta | Pre-Alpha | Beta | n/a |
Last updated | Sept. 19, 2023, 2:54 a.m. | Dec. 6, 2023, 11:47 a.m. | May 31, 2023, 5:50 p.m. | Oct. 23, 2023, 8:43 a.m. | Nov. 24, 2023, 7:48 a.m. | June 22, 2023, 7:33 a.m. | Feb. 28, 2023, 8:17 p.m. | Nov. 4, 2023, 6:49 p.m. | Jan. 20, 2023, 10:08 p.m. | Nov. 11, 2021, 10:04 a.m. | Sept. 24, 2021, 7:51 a.m. | |
Version | 3.9.7 | 2.2.0 | 1.6.0 | 1.5.8 | 8.1.2 | 1.4.0 | 6.0.0 | 3.0.2 | 1.0.0 | 2.11.0 | 0.0.8 | n/a |
Repo | GitHub | GitHub | GitHub | GitHub | GitHub | GitHub | GitHub | GitHub | GitHub | GitHub | GitHub | Other |
Commits | ||||||||||||
Stars | 1,738 | 808 | 1,071 | 212 | 144 | 127 | 67 | 32 | 25 | 68 | 27 | 0 |
Repo Forks | 464 | 228 | 344 | 28 | 50 | 64 | 17 | 3 | 0 | 23 | 7 | 0 |
Participants |
jpic
blueyed mpasternak gagarski danielmorell Saex fruitschen wgordon17 Eraldo jor-rit more... |
crucialfelix
sjrd morr0350 jmerdich Cabalist theunraveler sourcefilter andyzickler jmfederico gertingold more... |
blag
digi604 jimmykobe1171 manelclos PetrDlouhy joelcrocker jezdez desecho igr-santos goinnn more... |
asyncee
hartwork dependabot[bot] gauravv7 leibowitz amateja mikekeda mkoistinen JensTimmerman bashu more... |
codingjoe
pyup-bot applegrew dependabot[bot] fjcapdevila rizumu apalazon CleitonDeLima jsenecal mociepka more... |
mlavin
spookylukey kluchrj domdinicola manfre slafs kmtracey Saex vkurup leo-the-manic more... |
wolph
mihasK gb119 jdp requires |
wolph
Alexander3 requires |
idlesign |
chhantyal
nshafer charleszlu andytwoods vdboor andrekeller bashu Akiat ampotos ataraspost more... |
julianwachholz
marceltschoppch Mogost |
|
Documentation | n/a | n/a | n/a | |||||||||
Respect related fields values | ||||||||||||
ManyToManyField completion | ||||||||||||
General purpose | usable for navigation like FB | |||||||||||
Templating | Allows images etc ... | needs only CSS | ||||||||||
Supports JQuery-autocomplete | Cool & lightweight script instead | only bassistance version | only bassistance version | |||||||||
Generic ManyToMany | ||||||||||||
Add-another outside the admin | ||||||||||||
GenericForeignKey | ||||||||||||
Javascript where you want | ||||||||||||
CharField completion | ||||||||||||
Tp-Tham |
Feature | Description |
---|---|
Respect related fields values | Some fields can depend on other fields values. Good auto-complete should respect<br>them. |
ManyToManyField completion | Provides completion-driven MultiSelect control for ManyToManyField data source. |
General purpose | If the autocomplete can be used for other purposes than form fields (ie. a<br>global navigation autocomplete) |
Templating | If the autocomplete can be templated at will, ie. add to choices: images, links<br>and so on |
Supports JQuery-autocomplete | Supports the jquery autocomplete plugin:<br>http://docs.jquery.com/Plugins/autocomplete |
Generic ManyToMany | If this autocomplete app supports generic many to many relations. |
Add-another outside the admin | If it is possible to add another choice to the autocomplete via a popup like in<br>django admin, but in normal views. |
GenericForeignKey | If the app can enable autocompletes for generic foreign keys. |
Javascript where you want | If this autocomplete allows you to load the javascript before </body> for best<br>page load performance |
CharField completion | Completion for CharField/TextField widget based on ForeignKey completion list. |
Tp-Tham | Coming soon.. |
Search Weight | Package | Description | Last PyPI release: | Repo Forks | Stars | |||
---|---|---|---|---|---|---|---|---|
{{ item.weight / max_weight * 100 | number:0 }}% | {{ item.title }} | Grid: {{ item.description }} | {{ item.last_released | date: 'mediumDate' }} | N/A | {{ item.repo_forks }} | N/A | {{ item.repo_watchers }} | N/A |