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

Enable interactive selects in django-admin

Results 3 django-dynamic-admin issues
Sort by recently updated
recently updated
newest added

The url currently used is hard coded. We should be able to let the user set the whole url or at least a prefix. It makes sense to have GET...

It would be nice to have ability to make ChoiceField dynamic (to handle choices)

Currently, select2 widgets will be replaced by normal select elements when the field rerenders. It would however be nice to update the widgets option instead of replacing it.