django-selectable icon indicating copy to clipboard operation
django-selectable copied to clipboard

Tools and widgets for using/creating auto-complete selection widgets using Django and jQuery UI.

Results 32 django-selectable issues
Sort by recently updated
recently updated
newest added

When using `django-selectable` with Django 4.0, the following error occurs on startup: ``` File "/code/django_selectable/selectable/urls.py", line 1, in from django.conf.urls import url ImportError: cannot import name 'url' from 'django.conf.urls' (/usr/local/lib/python3.10/site-packages/django/conf/urls/__init__.py)...

I am in the process of upgrading an older Django project to Django 1.11 (prior to a move to version 2). I have installed django-selectable 1.3.0 but now the auto-complete...

I'm quite new to django and I'd like to find an ID based on multiple lookup fields. Your library seems really good to me and I already got to do...

The following block of code (in jquery.dj.selectable.js) doesn't seem to do what it is supposed to: ` if (this.selectableType === 'combobox') { // Add show all items button button =...

With support for multiple lookup fields there are some improvements that could probably be made in the ModelLookup. For instance if you are looking up a User based on first...

When one has an instance of the form, and calls ``` self.fields["fieldname"].widget.update_query_parameters({"foo": "bar"}) ``` it turns out that the update also happens for all other instances of the form. Example:...

An error "mysqlclient 1.3.13 or newer is required; you have 0.9.3" comes up. (known python 2->3 error) I just set up a MySQL database but this should be fixed ad...

Nones appear in the autocomplete if a previously selelected option has been filtered out. This causes a ValidationError when making an update to the data in (even if you select...

I had a problem after upgrading to django 2.2 that $.ui was undefined on my admin pages and selectable stopped working, even though both jquery and jqueryui were still in...