Tied into AJAX, this grid gives the developer an eye into handy tools to aid in the user experience.
Package | django-autocomplete-light | Smart Selects | Django ajax-selects | django-easy-select2 | Django-Select2 | Django Tags Input | taggit-selectize | Django Utils 2 | django-siteajax | django-autocompletefilter | Django-autocomplete (googlecode) |
---|---|---|---|---|---|---|---|---|---|---|---|
Description |
A fresh approach to autocomplete implementations, specially for Django. Status: v4 alpha, v3 stable, v2 & v1 deprecated. |
chained and grouped selects for django forms |
jQuery UI-powered auto-complete fields for ForeignKey, ManyToMany and text fields |
Select2 input widget for django selectable fields. |
This is a Django integration for Select2 |
django-tags-input |
Auto-complete/auto-suggestion for django-taggit (django-taggit + selectize.js) |
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 |
Django 2.0+ ModelAdmin list_filter with autocomplete widget. |
|
Category | App | App | App | App | App | App | App | App | App | App | App |
# Using This |
88
![]() |
4
![]() |
19
![]() |
1
![]() |
7
![]() |
2
![]() |
1
![]() |
1
![]() |
1
![]() |
1
![]() |
1
![]() |
Python 3? | |||||||||||
Development Status | Production/Stable | Unknown | Production/Stable | Production/Stable | Production/Stable | Production/Stable | Pre-Alpha | Mature | Beta | Beta | n/a |
Last updated | June 1, 2023, 6:29 a.m. | May 31, 2023, 5:50 p.m. | Sept. 7, 2022, 4:10 a.m. | May 29, 2023, 10:15 a.m. | May 23, 2023, 10:30 a.m. | Feb. 28, 2023, 8:17 p.m. | Nov. 11, 2021, 10:04 a.m. | Feb. 28, 2023, 11:59 a.m. | Jan. 20, 2023, 10:08 p.m. | Sept. 24, 2021, 7:51 a.m. | |
Version | 3.9.5 | 1.6.0 | 2.2.0 | 1.5.8 | 8.1.1 | 6.0.0 | 2.11.0 | 3.0.0 | 1.0.0 | 0.0.8 | n/a |
Repo | GitHub | GitHub | GitHub | GitHub | GitHub | GitHub | GitHub | GitHub | GitHub | GitHub | Other |
Commits | |||||||||||
Stars | 1,693 | 1,036 | 801 | 206 | 127 | 66 | 68 | 30 | 21 | 26 | 0 |
Repo Forks | 461 | 340 | 234 | 28 | 45 | 17 | 23 | 3 | 0 | 7 | 0 |
Participants |
jpic
blueyed mpasternak gagarski danielmorell Saex fruitschen wgordon17 Eraldo jor-rit more... |
blag
digi604 jimmykobe1171 manelclos PetrDlouhy joelcrocker jezdez desecho igr-santos goinnn more... |
crucialfelix
sjrd morr0350 jmerdich Cabalist theunraveler sourcefilter andyzickler jmfederico gertingold more... |
asyncee
hartwork gauravv7 dependabot[bot] leibowitz amateja mikekeda mkoistinen JensTimmerman bashu more... |
codingjoe
pyup-bot applegrew dependabot[bot] fjcapdevila rizumu apalazon CleitonDeLima jsenecal mociepka more... |
wolph
mihasK gb119 jdp requires |
chhantyal
nshafer charleszlu andytwoods vdboor andrekeller bashu Akiat ampotos ataraspost more... |
wolph
Alexander3 requires |
idlesign |
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 ... | ||||||||||
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 |