Remove obsolete NullableCharField
class
#15100
Labels
breaking change
This change modifies or removes some previously documented functionality
status: accepted
This issue has been accepted for implementation
type: deprecation
Removal of existing functionality or behavior
Milestone
Proposed Changes
Remove the
NullableCharField
class fromutilities/fields.py
.Justification
This field is no longer used, and has been obsolete since Django introduced support for the
null
parameter on its ownCharField
class.Impact
None expected
The text was updated successfully, but these errors were encountered: