[go: up one dir, main page]

Auto-Complete

Tied into AJAX, this grid gives the developer an eye into handy tools to aid in the user experience.

18 Packages
11 Features

Search & Filter

A fresh approach to autocomplete implementations, specially for Django. Status: v4 alpha, v3 stable, v2 & v1 deprecated.

1,863
Stars
467
Forks
91
Usage
Py3
Status Production/Stable
Version 3.12.1
Updated 26 Feb 2025
License MIT
Commits
Features
Supports JQuery-autocomplete
Cool & lightweight script instead
ManyToManyField completion
CharField completion
Respect related fields values
Templating
  Allows images etc ...
General purpose
  usable for navigation like FB
Javascript where you want
Generic ManyToMany
GenericForeignKey
Add-another outside the admin
Tp-Tham

chained and grouped selects for django forms

1,145
Stars
349
Forks
4
Usage
Py3
Status Unknown
Version 1.7.2
Updated 30 Oct 2024
License UNKNOWN
Commits
Features
Supports JQuery-autocomplete
ManyToManyField completion
CharField completion
Respect related fields values
Templating
General purpose
Javascript where you want
Generic ManyToMany
GenericForeignKey
Add-another outside the admin
Tp-Tham

jQuery UI-powered auto-complete fields for ForeignKey, ManyToMany and text fields

825
Stars
242
Forks
19
Usage
Py3
Status Production/Stable
Version 3.0.3
Updated 14 Sep 2024
License MIT, GPL
Commits
Features
Supports JQuery-autocomplete
  only bassistance version
ManyToManyField completion
CharField completion
Respect related fields values
Templating
General purpose
Javascript where you want
Generic ManyToMany
GenericForeignKey
Add-another outside the admin
Tp-Tham

Select2 input widget for django selectable fields.

217
Stars
29
Forks
1
Usage
Py3
Status Production/Stable
Version 1.5.8
Updated 3 Feb 2026
License MIT
Commits
Features
Supports JQuery-autocomplete
ManyToManyField completion
CharField completion
Respect related fields values
Templating
General purpose
Javascript where you want
Generic ManyToMany
GenericForeignKey
Add-another outside the admin
Tp-Tham

This is a Django integration for Select2

208
Stars
57
Forks
7
Usage
Py3
Status Production/Stable
Version 8.4.8
Updated 27 Feb 2026
License MIT License
Commits
Features
Supports JQuery-autocomplete
ManyToManyField completion
CharField completion
Respect related fields values
Templating
General purpose
Javascript where you want
Generic ManyToMany
GenericForeignKey
Add-another outside the admin
Tp-Tham

Tools and widgets for using/creating auto-complete selection widgets using Django and jQuery UI.

130
Stars
63
Forks
11
Usage
Py3
Status Production/Stable
Version 1.5.0
Updated 3 Mar 2025
License BSD
Commits
Features
Supports JQuery-autocomplete
ManyToManyField completion
CharField completion
Respect related fields values
Templating
  needs only CSS
General purpose
Javascript where you want
Generic ManyToMany
GenericForeignKey
Add-another outside the admin
Tp-Tham

Autocomplete widgets and views using TomSelect

81
Stars
9
Forks
1
Usage
Py3
Status Production/Stable
Version 2026.1.3
Updated 19 Feb 2026
License MIT
Commits
Features
Supports JQuery-autocomplete
ManyToManyField completion
CharField completion
Respect related fields values
Templating
General purpose
Javascript where you want
Generic ManyToMany
GenericForeignKey
Add-another outside the admin
Tp-Tham

Django 2.0+ ModelAdmin list_filter with autocomplete widget.

32
Stars
9
Forks
1
Usage
Py3
Status Beta
Version 0.0.9
Updated 23 Sep 2024
License MIT
Commits
Features
Supports JQuery-autocomplete
ManyToManyField completion
CharField completion
Respect related fields values
Templating
General purpose
Javascript where you want
Generic ManyToMany
GenericForeignKey
Add-another outside the admin
Tp-Tham

Django Utils is a collection of small Django helper functions and classes which make common patterns shorter and easier.

35
Stars
3
Forks
1
Usage
Py3
Status Mature
Version 3.0.2
Updated 4 Nov 2023
License BSD
Commits
Features
Supports JQuery-autocomplete
ManyToManyField completion
CharField completion
Respect related fields values
Templating
General purpose
Javascript where you want
Generic ManyToMany
GenericForeignKey
Add-another outside the admin
Tp-Tham
0
Stars
0
Forks
1
Usage
Py3
License UNKNOWN
Commits
Features
Supports JQuery-autocomplete
  only bassistance version
ManyToManyField completion
CharField completion
Respect related fields values
Templating
General purpose
Javascript where you want
Generic ManyToMany
GenericForeignKey
Add-another outside the admin
Tp-Tham

Showing 10 of 18 packages in this grid.

View All Packages

Features Being Compared

11 features

Supports JQuery-autocomplete

Supports the jquery autocomplete plugin: http://docs.jquery.com/Plugins/autocomplete

ManyToManyField completion

Provides completion-driven MultiSelect control for ManyToManyField data source.

CharField completion

Completion for CharField/TextField widget based on ForeignKey completion list.

Respect related fields values

Some fields can depend on other fields values. Good auto-complete should respect them.

Templating

If the autocomplete can be templated at will, ie. add to choices: images, links and so on

General purpose

If the autocomplete can be used for other purposes than form fields (ie. a global navigation autocomplete)

Javascript where you want

If this autocomplete allows you to load the javascript before </body> for best page load performance

Generic ManyToMany

If this autocomplete app supports generic many to many relations.

GenericForeignKey

If the app can enable autocompletes for generic foreign keys.

Add-another outside the admin

If it is possible to add another choice to the autocomplete via a popup like in django admin, but in normal views.

Tp-Tham

Coming soon..