Remove ChainedFieldsMixin #3912
Labels
status: accepted
This issue has been accepted for implementation
type: housekeeping
Changes to the application which do not directly impact the end user
Proposed Changes
Remove the
ChainedFieldsMixin
,ChainedModelChoiceField
, andChainedModelMultipleChoiceField
.Justification
Chaining has been replaced with APISelect's
filter_for
and is no longer required. It updates the queryset, but it is entirely ignored by the API call. And ever since #3812, only the selected option (if any) in the queryset is rendered, so limiting makes very little difference.The text was updated successfully, but these errors were encountered: