yourlabs / django-autocomplete-light

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

Home Page:https://django-autocomplete-light.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

image

image

image

image

Features

  • Django 4.2 support starting DAL 3.10, support for earlier Django versions in DAL < 3.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 innovative 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

About

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

https://django-autocomplete-light.readthedocs.io

License:MIT License


Languages

Language:Python 82.1%Language:JavaScript 10.6%Language:CSS 4.3%Language:HTML 2.2%Language:Shell 0.8%