summaryrefslogtreecommitdiff
path: root/django/forms/extras
AgeCommit message (Expand)Author
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