Remove nullable=True
from CharField
where not required
#51
Labels
enhancement
New feature or request
P:LOW
An issue or feature that is not an obstacle to current work
It is not Django best practice to allow for
CharField
to containNone
and empty string unless absolutely necessary. This also is the root cause ofNone
appearing in API serialiser responses.The text was updated successfully, but these errors were encountered: