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

akatsoulas/django-autocomplete-light

 
 

Repository files navigation

image

image

image

image

Features

  • Python 2.7+, Django 1.8+ complete 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.

Resources

Resources include:

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.6%
  • HTML 3.5%
  • JavaScript 2.6%
  • Shell 2.3%