index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
forms_tests
/
field_tests
/
test_charfield.py
Age
Commit message (
Expand
)
Author
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2020-04-28
Changed django.forms.ValidationError imports to django.core.exceptions.Valida...
François Freitag
2018-02-02
Fixed imports per isort 4.3.1.
Tim Graham
2018-02-01
Fixed imports per isort 4.3.0.
Mariusz Felisiak
2018-01-21
Fixed #29038 -- Removed closing slash from HTML void tags.
Jon Dufresne
2017-09-05
Fixed #28555 -- Made CharField convert whitespace-only values to the empty_va...
Josh Schneier
2017-08-12
Fixed #28201 -- Added ProhibitNullCharactersValidator and used it on CharFiel...
Alejandro Zamora
2017-06-03
Fixed #28192 -- Required passing optional form field args as keyword args.
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-08-10
Updated an import per isort.
Tim Graham
2016-08-06
Fixed #27015 -- Prevented HTML-invalid minlength/maxlength on hidden inputs
Claude Paroz
2016-04-21
Fixed #22383 -- Added support for HTML5 required attribute on required form f...
Jon Dufresne
2016-04-19
Fixed #26516 -- Added minlength attribute when forms.CharField.min_length is ...
Jon Dufresne
2016-04-11
Split form's test_fields.py into different files.
Berker Peksag