summaryrefslogtreecommitdiff
path: root/django/utils/formats.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #12779 - Sanitize numeric form field input according to decimal and ↵Jannis Leidel2010-03-011-0/+19
| | | | | | thousand separator settings. git-svn-id: http://code.djangoproject.com/svn/django/trunk@12625 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #12777 - Localize decimal fields correctly. Thanks, Florian ApollonerJannis Leidel2010-02-051-5/+3
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@12382 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #12435 - Handle Unicode characters in format strings correctly.Jannis Leidel2010-01-011-0/+1
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@12057 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #12472 - Correctly show TimeFields values when using locale-aware ↵Jannis Leidel2010-01-011-1/+7
| | | | | | formatting. Thanks to Ramiro Morales for providing the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@12050 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #12454 - Added support for localized formats to admin date and time ↵Jannis Leidel2009-12-301-2/+4
| | | | | | widgets. git-svn-id: http://code.djangoproject.com/svn/django/trunk@12030 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #12444 - Date based widgets now correctly handle input values when ↵Jannis Leidel2009-12-301-18/+25
| | | | | | using locale-aware formatting. Also fixes #7656. git-svn-id: http://code.djangoproject.com/svn/django/trunk@12029 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #7980 - Improved i18n framework to support locale aware formatting ↵Jannis Leidel2009-12-221-0/+97
(dates and numbers) and form processing. Thanks to Marc Garcia for working on this during his Google Summer of Code 2009! Additionally fixes #1061, #2203, #3940, #5526, #6449, #6231, #6693, #6783, #9366 and #10891. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11964 bcc190cf-cafb-0310-a4f2-bffc1f526a37