summaryrefslogtreecommitdiff
path: root/tests/regressiontests
AgeCommit message (Expand)Author
2006-12-13Fixed #3114 -- newforms MultipleChoiceField now handles MultiValueDicts prope...Adrian Holovaty
2006-12-12Fixed #3132 -- Added prefix support for newforms. Thanks, jkocherhansAdrian Holovaty
2006-12-11newforms: Changed Form to use auto_id by defaultAdrian Holovaty
2006-12-08Fixed #3102 -- newforms: Fields can now designate their human-friendly labels...Adrian Holovaty
2006-12-08newforms: Added Field.widget_attrs() hook, which lets a Field designate HTML ...Adrian Holovaty
2006-12-07Fixed #3107 -- newforms: Added Form.as_p()Adrian Holovaty
2006-12-07newforms: Form.as_ul() no longer puts hidden fields between <li>s. Similar to...Adrian Holovaty
2006-12-07Fixed #3101 -- newforms: Form.as_table() no longer puts hidden fields between...Adrian Holovaty
2006-12-07newforms: Changed Table.as_table() and Table.as_ul() to put hidden-form error...Adrian Holovaty
2006-12-05Template system now supports variables whose str() returns a Unicode object w...Adrian Holovaty
2006-11-30newforms: Added check_test argument to CheckboxInput and changed its render()...Adrian Holovaty
2006-11-30newforms: Added some more documentation to unit testsAdrian Holovaty
2006-11-30Fixed #3082 -- newforms: Changed Form as_table() and as_ul() not to display v...Adrian Holovaty
2006-11-30newforms: Added BoundField.as_hidden()Adrian Holovaty
2006-11-29newforms: Added BoundField.data propertyAdrian Holovaty
2006-11-29newforms: Added Widget.value_from_datadict hook, which allows a Widget to def...Adrian Holovaty
2006-11-29newforms: Implemented CheckboxSelectMultipleAdrian Holovaty
2006-11-29newforms: The <input> tags in a RadioSelect now each have a distinct ID. Also...Adrian Holovaty
2006-11-29Fixed #3064 -- newforms: Added <label> support through BoundField.label_tag()...Adrian Holovaty
2006-11-28newforms: Changed Form unit tests to use f.clean_data rather than f.clean(), ...Adrian Holovaty
2006-11-27newforms: Normalized all error <ul>s to use class='errorlist'Adrian Holovaty
2006-11-27newforms: Added Form.non_field_errors() and added more examples/documentation...Adrian Holovaty
2006-11-27Fixed #3026 -- newforms: Form class now suppresses validation and errors if n...Adrian Holovaty
2006-11-27newforms: Changed Form.errors to be a property rather than a function. Refs #...Adrian Holovaty
2006-11-27newforms: Added a bunch of unit tests and fixed some bugs in the case of requ...Adrian Holovaty
2006-11-27Fixed #3038 -- newforms: RegexField no longer validates empty input for requi...Adrian Holovaty
2006-11-26Fixed #3065 -- newforms: Fixed rendering problem with RadioSelect as a member...Adrian Holovaty
2006-11-23newforms: Added unit test to test field order. Refs #3054Adrian Holovaty
2006-11-16newforms: Fixed #3008 -- Widgets now support strings containing utf-8 charact...Adrian Holovaty
2006-11-16newforms: Fixed #3027 -- Changed Form as_table(), as_ul(), as_table_with_erro...Adrian Holovaty
2006-11-15newforms: Added unit test showing it's possible to construct the fields in a ...Adrian Holovaty
2006-11-15Fixed #3025 -- Added auto_id option to Form.__init__(). Thanks, SmileyChrisAdrian Holovaty
2006-11-15newforms: Implemented RadioSelect, with unit testsAdrian Holovaty
2006-11-07Fixed #2800: the ifchanged tag now can optionally take paramaters to be check...Jacob Kaplan-Moss
2006-11-04django.newforms: Implemented hook for validation not tied to a particular fie...Adrian Holovaty
2006-11-02Added ChoiceField, MultipleChoiceField to django.newformsAdrian Holovaty
2006-11-02Implemented SelectMultiple in django.newforms.widgetsAdrian Holovaty
2006-11-01Updated forms unit tests to reflect new fields and widgets from [3955] and [3...Adrian Holovaty
2006-10-28Changed forms unit tests to reflect the fact that render() does not use the t...Adrian Holovaty
2006-10-28Split django.newforms into forms, fields, widgets, util. Also moved unit test...Adrian Holovaty
2006-10-27Fixed #2961 -- Added 'opencomment' and 'closecomment' options to {% templatet...Adrian Holovaty
2006-10-24Fixed #648 -- Added comment syntax to template system: {# #}. Thanks for the ...Adrian Holovaty
2006-10-14Fixes #2737 -- Added code to allow None as a query value for __exact queries,...Russell Keith-Magee
2006-09-26Fixed #2099 -- Allow timezone tests to be ignored on Windows systems, due toMalcolm Tredinnick
2006-09-26Fixed #2208 -- Allow empty arguments to be passed to filters. Thanks, mattmcc.Malcolm Tredinnick
2006-09-25Fixed #2729 -- Handle initial SQL with different line-ending styles (WindowsMalcolm Tredinnick
2006-09-23Fixed #2454 -- Make "ifchanged" tag work more predictably inside nestedMalcolm Tredinnick
2006-09-23Fixed #2456 -- Added backslash escaping to addslashes, which is necessary onceMalcolm Tredinnick
2006-09-21Fixed #2743 -- Made the value of a cycle tag accessible through the context.Malcolm Tredinnick
2006-09-04Fixes #2637 -- Clarified handling of TEMPLATE_STRING_IF_INVALID, especially w...Russell Keith-Magee