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

Provide FK and M2M dynamic choices and react to django.contrib.admin edit/add view interaction to update those choices

Results 4 django-dynamic-choices issues
Sort by recently updated
recently updated
newest added

In order to allow it to work with readonly_fields.

Make sure field1_field2_field3 is found with data {field1_field2:}

Make sure specifying an integer field is converted to int in the choices callback

And make sure non-grouped choices are tested aswell