index
:
chango.git
devmain
fix-31295
initial-branch
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
Age
Commit message (
Collapse
)
Author
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-07-14
Fixed #26821 -- Fixed forms.Email/URLField crash on None value.
Priy
2016-07-14
Fixed #26890 -- Fixed IntegerField crash on Unicode numbers.
Jon Dufresne
2016-06-16
Fixed #26747 -- Used more specific assertions in the Django test suite.
Jon Dufresne
2016-04-24
Fixed #26534 -- Fixed boolean form fields has_changed() with hidden input.
David Sanders
2016-04-23
Fixed #26533 -- Renamed Widget._format_value() to format_value().
Tim Graham
2016-04-21
Fixed #22383 -- Added support for HTML5 required attribute on required form ↵
Jon Dufresne
fields.
2016-04-19
Fixed #26516 -- Added minlength attribute when forms.CharField.min_length is ↵
Jon Dufresne
set.
2016-04-11
Split form's test_fields.py into different files.
Berker Peksag
2015-08-31
Rewrote form widget tests as proper unittests.
Preston Timmons
This is preparation for landing the template-based widget rendering patch and goes a long way to making these tests more useful for future development. The old doctest heritage is strong here.
[prev]