| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-06-16 | [1.10.x] Fixed #26747 -- Used more specific assertions in the Django test suite. | Jon Dufresne | |
| Backport of 4f336f66523001b009ab038b10848508fd208b3b from master | |||
| 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. | |||
