summaryrefslogtreecommitdiff
path: root/django/utils/formats.py
AgeCommit message (Expand)Author
2011-02-04[1.2.X] Fixed #14824 -- Corrected the handling of formats when USE_L10N is di...Russell Keith-Magee
2011-02-03[1.2.X] Fixed #15129 -- Fixed stability of data input/output L10N format modu...Ramiro Morales
2011-01-13[1.2.X] Fixed #15024 -- Ensure that choice of L10N format module used is stab...Ramiro Morales
2010-12-04[1.2.X] Fixed #14807 -- Ensure that boolean values aren't localized as T.rue ...Russell Keith-Magee
2010-09-27[1.2.X] Fixed #14053 -- Also localize long integers. Thanks, David Danier.Jannis Leidel
2010-09-27[1.2.X] Fixed #14290 -- Made format localization faster by caching the format...Jannis Leidel
2010-09-12[1.2.X] Fixed #13702 -- Made sure to actually fall back to the l10n format st...Jannis Leidel
2010-03-01Fixed #12779 - Sanitize numeric form field input according to decimal and tho...Jannis Leidel
2010-02-05Fixed #12777 - Localize decimal fields correctly. Thanks, Florian ApollonerJannis Leidel
2010-01-01Fixed #12435 - Handle Unicode characters in format strings correctly.Jannis Leidel
2010-01-01Fixed #12472 - Correctly show TimeFields values when using locale-aware forma...Jannis Leidel
2009-12-30Fixed #12454 - Added support for localized formats to admin date and time wid...Jannis Leidel
2009-12-30Fixed #12444 - Date based widgets now correctly handle input values when usin...Jannis Leidel
2009-12-22Fixed #7980 - Improved i18n framework to support locale aware formatting (dat...Jannis Leidel