index
:
django.git
fix-31295
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
/
forms.py
Age
Commit message (
Expand
)
Author
2010-11-16
Migrated forms (minus localflavor) doctests. A huge thanks to Daniel Lindsley...
Russell Keith-Magee
2010-09-12
Added a test for hidden SplitDateTime fields. Thanks, seveas.
Malcolm Tredinnick
2010-08-06
Fixed #8426 - added 'helptext' CSS class to help text in forms to aid in styling
Luke Plant
2010-08-06
Fixed #13316 -- Modified the default behavior of PasswordInput to prevent ref...
Russell Keith-Magee
2010-05-04
Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds....
Russell Keith-Magee
2010-02-23
Fixed #9336. Changed CheckboxInput to render 'True' and 'False' input strings...
Joseph Kocherhans
2010-01-09
Removed unneeded import, thanks Alex Gaynor.
Jannis Leidel
2010-01-09
Fixed #12466 - Set HTML class attributes for each field separately. Thanks fo...
Jannis Leidel
2010-01-09
Fixed #11301 - Properly hide SplitHiddenDateTimeWidget. Thanks to David Gould...
Jannis Leidel
2009-12-12
Fixed #3512: it's now possible to add CSS hooks to required/erroneous form ro...
Jacob Kaplan-Moss
2009-12-12
Fixed #11632: Fixed the id for hidden initial widget so that it is different ...
Karen Tracey
2009-05-02
Fixed #10349 -- Modified ManyToManyFields to allow initial form values to be ...
Russell Keith-Magee
2008-12-05
Added a way to iterate over hidden/visible fields in a form. Useful for manual
Malcolm Tredinnick
2008-11-06
Fixed #6160, #9111 -- Consistently apply conditional_escape to form errors an...
Karen Tracey
2008-08-25
Fixed #7195 -- Fixed the validation of MultipleChoice fields so that they can
Malcolm Tredinnick
2008-07-19
Fixed #6009 -- Added regression tests to show that uploading non-ASCII
Malcolm Tredinnick
2008-07-19
Fixed #7741: django.newforms is now django.forms. This is obviously a backwar...
Jacob Kaplan-Moss
2008-07-18
Merged the newforms-admin branch into trunk.
Brian Rosner
2008-07-01
Fixed #2070: refactored Django's file upload capabilities.
Jacob Kaplan-Moss
2008-06-18
Fixed #4860: added 'for' attributes to labels in newforms widgets. Thanks to ...
Jacob Kaplan-Moss
2008-03-19
Replaced dict reprs in tests with explicit looks at each key. This should fix...
Jacob Kaplan-Moss
2007-11-14
Implemented auto-escaping of variable output in templates. Fully controllable...
Malcolm Tredinnick
2007-09-19
Fixed #5546: split form unit tests into manageable chunks. This isn't a perfe...
Jacob Kaplan-Moss