3 | | (dates of last update in parentheses) |
4 | | |
5 | | * [wiki:YUI-Django-AutoComplete YUI-Django-AutoComplete] |
6 | | (2006-05-10) |
7 | | * [http://www.djangosnippets.org/users/pigletto/ pigletto]'s |
8 | | YUI Autocomplete in Django snippet [http://www.djangosnippets.org/snippets/392/ 392] |
9 | | (2007-07-27) |
10 | | * Will Larson's |
11 | | [http://lethain.com/entry/2007/dec/01/using-jquery-django-autocomplete-fields/ Using JQuery with Django for Autocomplete Fields] |
12 | | (sometime after 2007-12-01) |
13 | | * [http://www.djangosnippets.org/users/skam/ skam]'s JQuery auto-complete widget in Django snippet [http://www.djangosnippets.org/snippets/233/ 233] (2008-01-17) |
14 | | * Jannis Leidel's |
15 | | [http://jannisleidel.com/2008/11/autocomplete-form-widget-foreignkey-model-fields/ An autocomplete form widget for ForeignKey model fields] |
16 | | (2008-11-14) |
17 | | * [http://groups.google.com/group/djangola/browse_thread/thread/24cf897581d594cc discussion] on Google Groups |
18 | | (2009-07-18) |
19 | | * [https://github.com/marinho/django-plus django-plus]'s |
20 | | [https://github.com/marinho/django-plus/blob/master/djangoplus/widgets/ajax_fk_widget.py#L29 AjaxFKWidget] |
21 | | (2012-12-27) |
22 | | * Tyrion's django-autocomplete (using YUI) in: |
23 | | [http://pypi.python.org/pypi/django-autocomplete/0.1 PyPI] (2009-01-06) - now outdated - and |
24 | | [http://bitbucket.org/tyrion/django-autocomplete/ BitBucket] (2010-09-22) - includes an option to use the jQuery UI Auto_Complete |
25 | | * [https://github.com/crucialfelix/django-ajax-selects] (2012-01-14) Django Ajax Select using jQuery for Foreign Key or ManyToMany with customizable search channels and formatting |
26 | | * [https://github.com/yourlabs/django-autocomplete-light django-autocomplete-light] (2013-01-29) Django autocomplete, lightweight, general purpose and for forms. [http://django-autocomplete-light.readthedocs.org/en/latest/demo.html Try it out in a matter of minutes]. |
27 | | |
28 | | == See also == |