| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-03-20 | Fixed #18839 - Field.__init__() now calls super(). | Carny Cheng | |
| 2013-03-14 | Fixed #17051 -- Removed some 'invalid' field error messages | Claude Paroz | |
| When the 'invalid' error message is set at field level, it masks the error message raised by the validator, if any. | |||
| 2013-03-14 | Fixed #20039 -- Fixed has_changed form detection for required TypedChoiceFields | Claude Paroz | |
| Thanks Florian Apolloner for the report and the review. Also fixes #19643. | |||
| 2013-03-11 | Removed forced settings in runtests | Claude Paroz | |
| Tests that require USE_I18N, LOGIN_URL or certain MIDDLEWARE_CLASSES should be decorated appropriately. | |||
| 2013-03-08 | Fixed a regression in forms changed_data | Claude Paroz | |
| Thanks Loic Bistuer for spotting the regression and the initial patch. Refs #16612. | |||
| 2013-03-07 | Fixed #19997 -- Added custom EMPTY_VALUES to form fields | Claude Paroz | |
| Thanks Loic Bistuer for the report and the patch. | |||
| 2013-03-06 | Fixed minor warnings in tests. | Loic Bistuer | |
| 2013-03-02 | Fixed #19917 -- Added microseconds in default TIME_INPUT_FORMATS | Claude Paroz | |
| Thanks minddust for the report. | |||
| 2013-03-01 | Fixed #16612 -- Improved has_changed detection for localized field values | Claude Paroz | |
| Thanks Simon Charette for the review. | |||
| 2013-02-26 | Renamed a template to be found by the loaders. | Florian Apolloner | |
| 2013-02-26 | Renamed some tests and removed references to modeltests/regressiontests. | Florian Apolloner | |
