Remove obsolete NullableCharField class #9224

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

Originally created by @jeremystretch on GitHub (Feb 9, 2024).

Originally assigned to: @jeremystretch on GitHub.

Proposed Changes

Remove the NullableCharField class from utilities/fields.py.

Justification

This field is no longer used, and has been obsolete since Django introduced support for the null parameter on its own CharField class.

Impact

None expected

Originally created by @jeremystretch on GitHub (Feb 9, 2024). Originally assigned to: @jeremystretch on GitHub. ### Proposed Changes Remove the `NullableCharField` class from `utilities/fields.py`. ### Justification This field is no longer used, and has been obsolete since Django introduced support for the `null` parameter on its own `CharField` class. ### Impact None expected
adam added the status: acceptedtype: deprecationbreaking change labels 2025-12-29 20:47:14 +01:00
adam closed this issue 2025-12-29 20:47:14 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#9224