Top "Django-ajax-selects" questions

django-ajax-selects is a module for Django which enables editing of ForeignKey, ManyToMany and CharField using jQuery UI Autocomplete.

__init__() got an unexpected keyword argument 'mimetype'

I am using Django 1.7.4 and django_ajax_selects for AutoComplete. The lookup is failing and i get this error: __init__() …

django django-1.7 django-ajax-selects
django-ajax-selects example usage

can anybody post the simplest possible example for django-ajax-selects ? Just one model with a field and a form that can …

django autocomplete django-ajax-selects