farcepest / django-autocomplete-light

A new approach to autocomplete implementations, specially for Django. It supports templated autocompletes, foreign key, many to many, generic foreign key, generic many to many, autocompletes that depend on each other, etc, etc ... Status: stable.

Home Page:http://django-autocomplete-light.rtfd.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 3.4, Django 3.2+ 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 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.

Roadmap

  • DAL < 4 supports Python 2 and 3 and Django 1.8 to 3.x
  • DAL 4 supports Django 3.x and 4.x and Python 3
  • DAL >= 3.9 offers a modern alternative to select2

Resources

About

A new approach to autocomplete implementations, specially for Django. It supports templated autocompletes, foreign key, many to many, generic foreign key, generic many to many, autocompletes that depend on each other, etc, etc ... Status: stable.

http://django-autocomplete-light.rtfd.org

License:MIT License


Languages

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