summaryrefslogtreecommitdiff
path: root/django/forms/extras
AgeCommit message (Expand)Author
2011-02-05[1.2.X] Fixed #15226 - Made SelectDateWidget render the label tag associated ...Ramiro Morales
2011-02-05[1.2.X] Fixed #13968 -- Fixed SelectDateWidget processing of an invalid date ...Ramiro Morales
2010-05-23Fixed #13592 -- Make sure the SelectDateWidget works with dates before 1900 w...Jannis Leidel
2010-05-03Fixed Python2.4 incompatibility introduced in r13041: datetime.strptime class...Karen Tracey
2010-04-28Fixed #12986 -- Ensured that SelectDateField repopulates correctly when USE_L...Russell Keith-Magee
2009-12-22Fixed #7980 - Improved i18n framework to support locale aware formatting (dat...Jannis Leidel
2009-04-18Fixed #9124: fixed `SelectDateWidget` with `required=False`. Thanks, Bernd Sc...Jacob Kaplan-Moss
2008-07-19Fixed #7741: django.newforms is now django.forms. This is obviously a backwar...Jacob Kaplan-Moss