django-autocomplete-light
v2
  • test_project: basic features and examples
  • test_remote_project: advanced features and examples
  • Install the django-autocomplete-light>=2.0.0pre package with pip
  • Append 'autocomplete_light' to settings.INSTALLED_APPS before django.contrib.admin
  • Django < 1.7 support: call autocomplete_light.autodiscover() before admin.autodiscover()
  • Include autocomplete_light.urls
  • Ensure you understand django.contrib.staticfiles
  • Include autocomplete_light/static.html after loading jquery.js (>=1.7)
  • Optionally include it in admin/base_site.html too
  • Quick start: adding simple autocompletes
  • Autocomplete classes
  • Form, fields and widgets
  • Scripts: the javascript side of autocompletes
  • Voodoo black magic
  • Styling autocompletes
  • Making a global navigation autocomplete
  • Dependencies between autocompletes
  • Generic relations
  • When things go wrong
  • Can’t see admin add-another + button when overriding a ModelChoiceField
  • RemovedInDjango18Warning: Creating a ModelForm without either the ‘fields’ attribute or the ‘exclude’ attribute is deprecated - form YourForm needs updating
  • How to run tests
  • Why not use Widget.Media ?
  • Model field’s help_text and verbose_name are lost when overriding the widget
  • Fields bound on values which are not in the queryset anymore raise a ValidationError
  • How to override a JS method ?
  • How to work around Django bug #9321: Hold down “Control” … ?
  • How to report a bug effectively ?
  • How to ask for help ?
  • Registry API
  • Autocomplete class API
  • Form, fields and widgets API
  • Script API
  • Upgrading from django-autocomplete-light v1 to v2
  • CharField autocompletes
  • Add another popup outside the admin
  • Proposing results from a remote API
  • Django 1.3 support workarounds
  • Support for django-generic-m2m
  • Support for django-hvad
  • Support for django-taggit
django-autocomplete-light
  • Docs »
  • Search


© Copyright 2012-2016, James Pic and contributors. Revision b149815c.

Built with Sphinx using a theme provided by Read the Docs.