Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove obsolete NullableCharField class #15100

Closed
jeremystretch opened this issue Feb 9, 2024 · 0 comments
Closed

Remove obsolete NullableCharField class #15100

jeremystretch opened this issue Feb 9, 2024 · 0 comments
Assignees
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

Comments

@jeremystretch
Copy link
Member

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

@jeremystretch jeremystretch added status: accepted This issue has been accepted for implementation type: deprecation Removal of existing functionality or behavior labels Feb 9, 2024
@jeremystretch jeremystretch added this to the v4.0 milestone Feb 9, 2024
@jeremystretch jeremystretch self-assigned this Feb 9, 2024
@jeremystretch jeremystretch added the breaking change This change modifies or removes some previously documented functionality label May 9, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 8, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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
Projects
None yet
Development

No branches or pull requests

1 participant