index
:
chango.git
devmain
fix-31295
initial-branch
main
refs-37159
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-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