summaryrefslogtreecommitdiff
path: root/django/utils/formats.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #12779 - Sanitize numeric form field input according to decimal and tho...Jannis Leidel2010-03-011-0/+19
* Fixed #12777 - Localize decimal fields correctly. Thanks, Florian ApollonerJannis Leidel2010-02-051-5/+3
* Fixed #12435 - Handle Unicode characters in format strings correctly.Jannis Leidel2010-01-011-0/+1
* Fixed #12472 - Correctly show TimeFields values when using locale-aware forma...Jannis Leidel2010-01-011-1/+7
* Fixed #12454 - Added support for localized formats to admin date and time wid...Jannis Leidel2009-12-301-2/+4
* Fixed #12444 - Date based widgets now correctly handle input values when usin...Jannis Leidel2009-12-301-18/+25
* Fixed #7980 - Improved i18n framework to support locale aware formatting (dat...Jannis Leidel2009-12-221-0/+97