Skip to main content

Fresh autocompletes for Django

Project description

https://img.shields.io/pypi/dm/django-autocomplete-light.svg 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

django-autocomplete-light’s purpose is to enable autocompletes quickly and properly in a django project: it is the fruit of half a decade of R&D and thousands of contributions. It was designed for Django so that every part overridable or reusable independently. It is stable, tested, documented and fully supported: it tries to be a good neighbour in Django ecosystem.

Projects upgrading to Django 1.9

DAL has been ready for Django 1.9 since April 2015 thanks to @blueyed & @jpic. HOWEVER due to the app loading refactor in 1.9 you should apply the following:

find . -name '*.py' | xargs perl -i -pe 's/import autocomplete_light/from autocomplete_light import shortcuts as autocomplete_light/'

See the test_project running on Django 1.9 and its new cool admin theme: http://dal-yourlabs.rhcloud.com/admin (test:test).

Features

Features include:

  • charfield, foreign key, many to many autocomplete widgets,

  • generic foreign key, generic many to many autocomplete widgets,

  • django template engine support for autocompletes, enabling you to include images etc …

  • 100% overridable HTML, CSS, Python and Javascript: there is no variable hidden far down in the scope anywhere.

  • add-another popup supported outside the admin too.

  • keyboard is supported with enter, tab and arrows by default.

  • Django 1.7 to 1.10, PyPy, Python 2 and 3, PostgreSQL, SQLite, MySQL

Each feature has a live example and is fully documented. It is also designed and documented so that you create your own awesome features too.

Resources

Resources include:

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-autocomplete-light-2.3.4.tar.gz (87.5 kB view details)

Uploaded Source

File details

Details for the file django-autocomplete-light-2.3.4.tar.gz.

File metadata

File hashes

Hashes for django-autocomplete-light-2.3.4.tar.gz
Algorithm Hash digest
SHA256 a10fab998bda1377dbb5908e96e655c174e6f90d0982f933f8ee4b5f68f1b6f5
MD5 1b63d6e5ae67ed6a2ef9877ab4d665ce
BLAKE2b-256 a4207243565ba3404c54cc30de3189968f9b38aaf7935b1d16bb921995960e8b

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page