Skip to content

A fresh 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.

License

papalagichen/django-autocomplete-light

 
 

Repository files navigation

image

This is a simple alternative to django-ajax-selects.

Requirements

  • Maintained against Python 2.7, reported working by users on Python 2.6
  • jQuery 1.7+
  • Django 1.4+ (at least for autocomplete_light.forms helpers)
  • django.contrib.staticfiles or you're on your own

Resources

You could subscribe to the mailing list ask questions or just be informed of package updates.

Demo

See test_project/README

About

A fresh 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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 77.0%
  • JavaScript 23.0%