Add system check for missing allow_blank=True
in specific serializer fields
#4927
Labels
allow_blank=True
in specific serializer fields
#4927
We have seen a lot these days (issues #4853 and #4899) that some serializer fields give an error when empty strings are being received from the frontend. It would be nice if we have a system check for this kind of problems and warn the developer about the potential error.
The text was updated successfully, but these errors were encountered: