You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue is datatable validates input according to the limit_choices_to function correctly but It does not limit choices according to the rule, it shows all the choices but allows only validated ones to save.
The text was updated successfully, but these errors were encountered:
* Bootstrap structure has been improved
* Filter xeditable choices for Foreignkey field with limit_choices_to
* Add textarea to XEDITABLE_FIELD_TYPES
* Compatibility fix for >= Django 3.1 with regard to
ModelChoiceIteratorValue for choice fields with foreign key
---------
Co-authored-by: kvdogan <[email protected]>
Co-authored-by: kvdogan <[email protected]>
I have a model field as follows;
Datatable setup as follows:
Issue is datatable validates input according to the limit_choices_to function correctly but It does not limit choices according to the rule, it shows all the choices but allows only validated ones to save.
The text was updated successfully, but these errors were encountered: