1
0
mirror of https://github.com/django/django.git synced 2025-04-23 16:54:37 +00:00
antoliny0919 2e02d07690 Fixed #35880 -- Removed invalid example in form Field.required docs due to CharField.strip.
CharField.strip was introduced in 11cac1bd8ef7546ca32d9969d4348bf412dc6664, and is True by
default, meaning the previous example of " " raised a ValidationError.
2024-11-17 07:58:30 -08:00
..