majora2 icon indicating copy to clipboard operation
majora2 copied to clipboard

Remove `nullable=True` from `CharField` where not required

Open SamStudio8 opened this issue 3 years ago • 0 comments

It is not Django best practice to allow for CharField to contain None and empty string unless absolutely necessary. This also is the root cause of None appearing in API serialiser responses.

SamStudio8 avatar Mar 06 '21 17:03 SamStudio8