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
/
extra.py
Age
Commit message (
Expand
)
Author
2010-05-23
Fixed #13592 -- Make sure the SelectDateWidget works with dates before 1900 w...
Jannis Leidel
2010-05-04
Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds....
Russell Keith-Magee
2010-04-28
Fixed #12986 -- Ensured that SelectDateField repopulates correctly when USE_L...
Russell Keith-Magee
2009-04-18
Fixed #9124: fixed `SelectDateWidget` with `required=False`. Thanks, Bernd Sc...
Jacob Kaplan-Moss
2008-07-19
Fixed #7741: django.newforms is now django.forms. This is obviously a backwar...
Jacob Kaplan-Moss
2008-03-20
Fixed #5917 -- More error robustness in date parsing in SelectDateWidget, plus
Malcolm Tredinnick
2008-03-19
Replaced dict reprs in tests with explicit looks at each key. This should fix...
Jacob Kaplan-Moss
2008-03-18
Fixed #6230: Fixed the addition of id values to the select widgets in
Malcolm Tredinnick
2007-11-04
Fixed a Python 2.3 problem.
Malcolm Tredinnick
2007-09-19
Fixed #5546: split form unit tests into manageable chunks. This isn't a perfe...
Jacob Kaplan-Moss