Changes between Version 1 and Version 2 of YUI-Django-AutoComplete
- Timestamp:
- Oct 5, 2006, 7:12:15 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
YUI-Django-AutoComplete
v1 v2 4 4 5 5 * [http://developer.yahoo.com/yui/] - used for AJAX and widget implementation. 6 * simplejson 6 7 7 8 == Installation == 8 9 9 * Install Yahoo! UI in media/ yui or media/js10 * Install Yahoo! UI in media/js 10 11 11 12 == Example Use == … … 14 15 15 16 {{{ 17 ... 18 from django.utils import simplejson 19 20 ... 16 21 def json_lookup(request, queryset, field, limit=5, login_required=False): 17 22 if login_required and not request.user.is_authenticated():