mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
CharField.strip was introduced in11cac1bd8e, and is True by default, meaning the previous example of " " raised a ValidationError. Backport of72de38239ffrom main.