Skip to content

A fresh approach to autocomplete implementations, specially for Django. Status: v3 beta, 2.x.x stable, 1.x.x deprecated. PLEASE DO regularely ping is_null at #yourlabs IRC channel in case I don't see your question or pull request !!!

License

Notifications You must be signed in to change notification settings

CreatixEA/django-autocomplete-light

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

00a110f · Apr 5, 2016
Feb 4, 2016
Mar 27, 2016
Apr 4, 2016
Mar 26, 2016
Jan 19, 2016
Feb 4, 2016
Apr 5, 2016
Jan 19, 2016
Mar 27, 2016
Aug 22, 2012
Aug 20, 2012
Mar 16, 2016
Mar 5, 2016
Aug 20, 2012
May 24, 2015
Apr 8, 2015
Mar 27, 2016
Mar 23, 2016

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 1.8+ support,
  • 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 beta, 2.x.x stable, 1.x.x deprecated. PLEASE DO regularely ping is_null at #yourlabs IRC channel in case I don't see your question or pull request !!!

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 91.5%
  • JavaScript 4.3%
  • HTML 3.3%
  • Other 0.9%