summaryrefslogtreecommitdiff
path: root/tests/forms_tests
AgeCommit message (Expand)Author
2013-04-12Modified forms_tests to work with unittest2 discovery.Preston Timmons
2013-04-12Fixed #20211: Document backwards-incompatible change in BoundField.label_tagBaptiste Mispelon
2013-04-02Move last remaining tests out of models.py files; prep for test discovery.Preston Timmons
2013-03-25Removed forced typecasting of help_text/label Field argumentsClaude Paroz
2013-03-21Fixed #20084 -- Provided option to validate formset max_num on server.Andrew Gorcester
2013-03-20Fixed #18839 - Field.__init__() now calls super().Carny Cheng
2013-03-14Fixed #17051 -- Removed some 'invalid' field error messagesClaude Paroz
2013-03-14Fixed #20039 -- Fixed has_changed form detection for required TypedChoiceFieldsClaude Paroz
2013-03-11Removed forced settings in runtestsClaude Paroz
2013-03-08Fixed a regression in forms changed_dataClaude Paroz
2013-03-07Fixed #19997 -- Added custom EMPTY_VALUES to form fieldsClaude Paroz
2013-03-06Fixed minor warnings in tests.Loic Bistuer
2013-03-02Fixed #19917 -- Added microseconds in default TIME_INPUT_FORMATSClaude Paroz
2013-03-01Fixed #16612 -- Improved has_changed detection for localized field valuesClaude Paroz
2013-02-26Renamed a template to be found by the loaders.Florian Apolloner
2013-02-26Renamed some tests and removed references to modeltests/regressiontests.Florian Apolloner