django-admin-flexselect icon indicating copy to clipboard operation
django-admin-flexselect copied to clipboard

Dynamic select fields for the Django Admin that just works. See trailer ↵

Results 9 django-admin-flexselect issues
Sort by recently updated
recently updated
newest added

It appears from the code that any logged in user could query for any object without read permission check.

I am using this app in Django 1.7.8 I am getting the error: `No module named defaults` Seems like the defaults module was removed in Django 1.6

This doesn't work on Django 1.9 - is there another way to do this now? error: ImportError: cannot import name execute_manager

Hello, This package does not currently appear to be thread safe. When running this package under gunicorn with multiple workers (I used 4 for my sample), flex select fails with...

On add page, when the trigger fields are optional, you may still want to display a list of items in the filtered field. Currently there is no way of doing...

Add the flex select widget to an inline field does not work correctly. The trigger fields are not correctly identified by the widget.

Hi, thanks for flexselect! It's definitely the cleanest solution to django admin chained selects around. If I give the triggering field an initial value then I currently have to do...

I chained a fk select to another and then a third one to the second. When the "root" select is changed, the second select is adjusted accordingly but the third...

If a parent change triggers new choices, the current choice will be blanked even if it is available in the new choices. I think that is undesirable (and makes the...