Skip to content
This repository has been archived by the owner on May 10, 2023. It is now read-only.

Add max_length validation for child CharField #50

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sebashwa
Copy link

If this validator is not used, a django.db.utils.DataError
is thrown for values longer than 100 characters.
This results in a HTTP 500 serverside Error instead of a HTTP 400.

If this validator is not used, a django.db.utils.DataError
is thrown for values longer than 100 characters.
This results in a HTTP 500 serverside Error instead of a HTTP 400.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant