Skip to content

yourlabs/django-autocomplete-light

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Feb 26, 2025
d829891 · Feb 26, 2025
Mar 9, 2017
Jan 30, 2025
Feb 22, 2025
Jan 30, 2025
Jul 6, 2020
Dec 2, 2021
Jan 28, 2025
Mar 18, 2020
Feb 26, 2025
Aug 22, 2012
Aug 20, 2012
Mar 16, 2016
Feb 22, 2025
Aug 20, 2012
Apr 7, 2023
Sep 24, 2019
Jan 9, 2024
Nov 23, 2021
Jan 9, 2024
Jan 28, 2025
Jul 6, 2020
Feb 26, 2025
Jan 28, 2025

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

  • 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