Skip to content

A fresh approach to autocomplete implementations, specially for Django. Status: v3 stable, 2.x.x stable, 1.x.x deprecated. Please DO regularely ping us with your link at #yourlabs IRC channel

License

Notifications You must be signed in to change notification settings

pulse-mind/django-autocomplete-light

This branch is 264 commits behind yourlabs/django-autocomplete-light:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b198752 · Oct 27, 2018
Mar 9, 2017
Oct 7, 2018
Sep 19, 2018
Sep 19, 2018
Jun 29, 2017
Sep 7, 2018
Sep 7, 2018
Sep 19, 2018
Aug 22, 2012
Aug 20, 2012
Mar 16, 2016
Oct 27, 2018
Aug 20, 2012
Dec 25, 2016
Sep 19, 2018
Sep 19, 2018

Repository files navigation

https://badge.fury.io/py/django-autocomplete-light.png https://secure.travis-ci.org/yourlabs/django-autocomplete-light.png?branch=master https://codecov.io/github/yourlabs/django-autocomplete-light/coverage.svg?branch=master

Features

  • Python 2.7, 3.4, Django 2.0+ support (Django 1.11 (LTS), is supported until django-autocomplete-light-3.2.10),
  • Django (multiple) choice support,
  • Django (multiple) model choice support,
  • Django generic foreign key support (through django-querysetsequence),
  • Django generic many to many relation support (through django-generic-m2m and django-gm2m)
  • Multiple widget support: select2.js, easy to add more.
  • Creating choices that don't exist in the autocomplete,
  • Offering choices that depend on other fields in the form, in an elegant and innovant way,
  • Dynamic widget creation (ie. inlines), supports YOUR custom scripts too,
  • Provides a test API for your awesome autocompletes, to support YOUR custom use cases too,
  • A documented, automatically tested example for each use case in test_project.

Upgrading

See CHANGELOG..

For v2 users and experts, a blog post was published with plenty of details.

Resources

About

A fresh approach to autocomplete implementations, specially for Django. Status: v3 stable, 2.x.x stable, 1.x.x deprecated. Please DO regularely ping us with your link at #yourlabs IRC channel

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 88.6%
  • JavaScript 8.7%
  • HTML 2.1%
  • Other 0.6%