summaryrefslogtreecommitdiff
path: root/django/utils/formats.py
AgeCommit message (Expand)Author
2016-02-09Fixed #26173 -- Prevented localize_input() from formatting booleans as numbers.Marcin Markiewicz
2016-01-05Replaced dict.setdefault() usage to avoid unnecessary object instantiations.Benjamin Bach
2015-11-28Fixed #25812 -- Restored the ability to use custom formats with the date temp...Gagaro
2015-11-24Fixed a settings leak possibility in the date template filter.Florian Apolloner
2015-11-12Fixed #25743 -- Optimized utils.localize() and localize_input()Jaap Roes
2015-02-09Removed some obsolete absolute_imports.Tim Graham
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2015-02-03Fixed #24149 -- Normalized tuple settings to lists.darkryder
2014-09-29Replaced set([foo, ...]) by {foo, ...} literals. Refs PR 3282.Thomas Chaumeny
2014-08-18Fixed #22171 -- Improved sanitize_separators clevernessClaude Paroz
2014-05-21Fixed #20477: Allowed list of modules for FORMAT_MODULE_PATHMartin Brochhaus
2014-05-19Revert "Fixed #20477: Allowed settings.FORMAT_MODULE_PATH to be a list of mod...Tim Graham
2014-05-19Fixed #20477: Allowed settings.FORMAT_MODULE_PATH to be a list of modules.Martin Brochhaus
2013-11-02Correct flake8 E302 violationsRay Ashman Jr
2013-09-06Moved a settings usage up the stack in utils/formats.py #unsettingsAdrian Holovaty
2013-08-19Avoid importing the deprecated `django.utils.importlib` package.Simon Charette
2013-07-29Deprecated django.utils.importlibClaude Paroz
2013-03-02Fixed #19917 -- Added microseconds in default TIME_INPUT_FORMATSClaude Paroz
2013-02-15Improved input sanitizing with thousand separatorsClaude Paroz
2012-12-01Fixed #19015 -- Add ISO input formats to all formatsClaude Paroz
2012-08-30Replaced some smart_xxx by force_xxx equivalentClaude Paroz
2012-07-22[py3] Replaced unicode/str by six.text_type/bytes.Aymeric Augustin
2012-07-22[py3] Replaced basestring by six.string_types.Aymeric Augustin
2012-07-22[py3] Removed longs.Aymeric Augustin
2011-10-20Fixed 16938 -- Ensured that the active locale's formats take precedence over ...Julien Phalip
2011-09-22Fixed #16909 -- Pass language to get_format_modules when calling it from get_...Jannis Leidel
2011-09-08Fixed #16404 -- Fixed a regression in the localization changes in the humaniz...Jannis Leidel
2011-05-01Fixed #5714 -- Strip whitespaces around date and time form field values befor...Jannis Leidel
2011-02-04Fixed #14824 -- Corrected the handling of formats when USE_L10N is disabled. ...Russell Keith-Magee
2011-02-03Fixed stability of data input/output L10N format modules priority order. Than...Ramiro Morales
2011-01-13Fixed #15024 -- Ensure that choice of L10N format module used is stable given...Ramiro Morales
2010-12-04Fixed #14807 -- Ensure that boolean values aren't localized as T.rue and Fa.l...Russell Keith-Magee
2010-10-29Fixed #14181 -- Added a template tag and filters to allow localization to be ...Russell Keith-Magee
2010-09-27Fixed #14053 -- Also localize long integers. Thanks, David Danier.Jannis Leidel
2010-09-27Fixed #14290 -- Made format localization faster by caching the format modules...Jannis Leidel
2010-09-12Fixed #13702 -- Made sure to actually fall back to the l10n format strings pr...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