Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yourlabs/django-autocomplete-light
A fresh approach to autocomplete implementations, specially for Django. Status: v4 alpha, v3 stable, v2 & v1 deprecated.
https://github.com/yourlabs/django-autocomplete-light
autocomplete django python
Last synced: 25 days ago
JSON representation
A fresh approach to autocomplete implementations, specially for Django. Status: v4 alpha, v3 stable, v2 & v1 deprecated.
- Host: GitHub
- URL: https://github.com/yourlabs/django-autocomplete-light
- Owner: yourlabs
- License: mit
- Created: 2012-05-03T11:49:37.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-04-17T00:05:30.000Z (7 months ago)
- Last Synced: 2024-04-23T10:10:44.214Z (7 months ago)
- Topics: autocomplete, django, python
- Language: Python
- Homepage: https://django-autocomplete-light.readthedocs.io
- Size: 12.2 MB
- Stars: 1,770
- Watchers: 66
- Forks: 463
- Open Issues: 218
-
Metadata Files:
- Readme: README
- Changelog: CHANGELOG
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
- -awesome-django - django-autocomplete-light - Add autocompletion to forms. (Third-Party Packages / Forms)
- awesome-django - django-autocomplete-light - Add autocompletion to forms. (Third-Party Packages / Forms)
- best-of-web-python - GitHub - 25% open · ⏱️ 23.02.2024): (Django Utilities)
README
.. image:: https://img.shields.io/pypi/dm/django-autocomplete-light.svg
:target: https://pypi.python.org/pypi/django-autocomplete-light
.. image:: https://badge.fury.io/py/django-autocomplete-light.png
:target: http://badge.fury.io/py/django-autocomplete-light
.. image:: https://secure.travis-ci.org/yourlabs/django-autocomplete-light.png?branch=master
:target: http://travis-ci.org/yourlabs/django-autocomplete-light
.. image:: https://codecov.io/github/yourlabs/django-autocomplete-light/coverage.svg?branch=master
:target: https://codecov.io/github/yourlabs/django-autocomplete-light?branch=masterFeatures
--------- **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
---------- `**Documentation** graciously hosted
`_ by `RTFD
`_
- `Mailing list graciously hosted
`_ by `Google
`_
- For **Security** issues, please contact [email protected]
- `Git graciously hosted
`_ by `GitHub
`_,
- `Package graciously hosted
`_ by `PyPi
`_,