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
/
regressiontests
/
forms
Age
Commit message (
Expand
)
Author
2006-11-29
newforms: Implemented CheckboxSelectMultiple
Adrian Holovaty
2006-11-29
newforms: The <input> tags in a RadioSelect now each have a distinct ID. Also...
Adrian Holovaty
2006-11-29
Fixed #3064 -- newforms: Added <label> support through BoundField.label_tag()...
Adrian Holovaty
2006-11-28
newforms: Changed Form unit tests to use f.clean_data rather than f.clean(), ...
Adrian Holovaty
2006-11-27
newforms: Normalized all error <ul>s to use class='errorlist'
Adrian Holovaty
2006-11-27
newforms: Added Form.non_field_errors() and added more examples/documentation...
Adrian Holovaty
2006-11-27
Fixed #3026 -- newforms: Form class now suppresses validation and errors if n...
Adrian Holovaty
2006-11-27
newforms: Changed Form.errors to be a property rather than a function. Refs #...
Adrian Holovaty
2006-11-27
newforms: Added a bunch of unit tests and fixed some bugs in the case of requ...
Adrian Holovaty
2006-11-27
Fixed #3038 -- newforms: RegexField no longer validates empty input for requi...
Adrian Holovaty
2006-11-26
Fixed #3065 -- newforms: Fixed rendering problem with RadioSelect as a member...
Adrian Holovaty
2006-11-23
newforms: Added unit test to test field order. Refs #3054
Adrian Holovaty
2006-11-16
newforms: Fixed #3008 -- Widgets now support strings containing utf-8 charact...
Adrian Holovaty
2006-11-16
newforms: Fixed #3027 -- Changed Form as_table(), as_ul(), as_table_with_erro...
Adrian Holovaty
2006-11-15
newforms: Added unit test showing it's possible to construct the fields in a ...
Adrian Holovaty
2006-11-15
Fixed #3025 -- Added auto_id option to Form.__init__(). Thanks, SmileyChris
Adrian Holovaty
2006-11-15
newforms: Implemented RadioSelect, with unit tests
Adrian Holovaty
2006-11-04
django.newforms: Implemented hook for validation not tied to a particular fie...
Adrian Holovaty
2006-11-02
Added ChoiceField, MultipleChoiceField to django.newforms
Adrian Holovaty
2006-11-02
Implemented SelectMultiple in django.newforms.widgets
Adrian Holovaty
2006-11-01
Updated forms unit tests to reflect new fields and widgets from [3955] and [3...
Adrian Holovaty
2006-10-28
Changed forms unit tests to reflect the fact that render() does not use the t...
Adrian Holovaty
2006-10-28
Split django.newforms into forms, fields, widgets, util. Also moved unit test...
Adrian Holovaty
[prev]