Remove the custom ChoiceField and MultipleChoiceField subclasses #7649

Closed
opened 2025-12-29 20:26:26 +01:00 by adam · 0 comments
Owner

Originally created by @jeremystretch on GitHub (Feb 16, 2023).

Originally assigned to: @jeremystretch on GitHub.

Proposed Changes

Remove our custom ChoiceField and MultipleChoiceField subclasses from utilities.forms.fields.

Justification

These custom classes exist solely to employ the StaticSelect and StaticSelectMultiple form widgets, which are being removed in v3.5 per #11765.

Originally created by @jeremystretch on GitHub (Feb 16, 2023). Originally assigned to: @jeremystretch on GitHub. ### Proposed Changes Remove our custom `ChoiceField` and `MultipleChoiceField` subclasses from `utilities.forms.fields`. ### Justification These custom classes exist solely to employ the `StaticSelect` and `StaticSelectMultiple` form widgets, which are being removed in v3.5 per #11765.
adam added the status: acceptedtype: housekeeping labels 2025-12-29 20:26:26 +01:00
adam closed this issue 2025-12-29 20:26:27 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#7649