-
Notifications
You must be signed in to change notification settings - Fork 26
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
Add system check for missing allow_blank=True
in specific serializer fields
#4927
Comments
vaszig
added
triage
Issue needs to be validated. Remove this label if the issue considered valid.
enhancement
labels
Dec 16, 2024
sergei-maertens
removed
the
triage
Issue needs to be validated. Remove this label if the issue considered valid.
label
Jan 6, 2025
Estimate: 1 day |
stevenbal
added a commit
that referenced
this issue
Jan 6, 2025
stevenbal
added a commit
that referenced
this issue
Jan 6, 2025
10 tasks
stevenbal
added a commit
that referenced
this issue
Jan 7, 2025
…elds because in most cases it is desired to allow empty strings as well
stevenbal
added a commit
that referenced
this issue
Jan 7, 2025
stevenbal
added a commit
that referenced
this issue
Jan 14, 2025
…elds because in most cases it is desired to allow empty strings as well
stevenbal
added a commit
that referenced
this issue
Jan 14, 2025
stevenbal
added a commit
that referenced
this issue
Jan 14, 2025
stevenbal
added a commit
that referenced
this issue
Jan 14, 2025
…elds because in most cases it is desired to allow empty strings as well
stevenbal
added a commit
that referenced
this issue
Jan 14, 2025
stevenbal
added a commit
that referenced
this issue
Jan 14, 2025
…elds because in most cases it is desired to allow empty strings as well
stevenbal
added a commit
that referenced
this issue
Jan 14, 2025
stevenbal
added a commit
that referenced
this issue
Jan 14, 2025
…elds because in most cases it is desired to allow empty strings as well
stevenbal
added a commit
that referenced
this issue
Jan 14, 2025
stevenbal
added a commit
that referenced
this issue
Jan 14, 2025
…elds because in most cases it is desired to allow empty strings as well
stevenbal
added a commit
that referenced
this issue
Jan 14, 2025
sergei-maertens
added a commit
that referenced
this issue
Jan 14, 2025
…r-allow-blank-system-check 🔊 [#4927] Add system check for missing allow_blank on non-required charfields
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: