Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/utils/formats.py
Commit message (Expand)AuthorAgeFilesLines
* Removed some obsolete absolute_imports.Tim Graham2015-02-091-3/+0
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-6/+8
* Fixed #24149 -- Normalized tuple settings to lists.darkryder2015-02-031-4/+4
* Replaced set([foo, ...]) by {foo, ...} literals. Refs PR ...Thomas Chaumeny2014-09-281-2/+2
* Fixed #22171 -- Improved sanitize_separators clevernessClaude Paroz2014-08-181-3/+7
* Fixed #20477: Allowed list of modules for FORMAT_MODULE_PATHMartin Brochhaus2014-05-211-15/+23
* Revert "Fixed #20477: Allowed settings.FORMAT_MODULE_PATH...Tim Graham2014-05-191-9/+4
* Fixed #20477: Allowed settings.FORMAT_MODULE_PATH to be a...Martin Brochhaus2014-05-191-4/+9
* Correct flake8 E302 violationsRay Ashman Jr2013-11-031-0/+10
* Moved a settings usage up the stack in utils/formats.py #...Adrian Holovaty2013-09-071-4/+4
* Avoid importing the deprecated `django.utils.importlib` p...Simon Charette2013-08-201-0/+2
* Deprecated django.utils.importlibClaude Paroz2013-07-291-2/+2
* Fixed #19917 -- Added microseconds in default TIME_INPUT_...Claude Paroz2013-03-021-1/+1
* Improved input sanitizing with thousand separatorsClaude Paroz2013-02-151-11/+13
* Fixed #19015 -- Add ISO input formats to all formatsClaude Paroz2012-12-011-0/+16
* Replaced some smart_xxx by force_xxx equivalentClaude Paroz2012-08-301-5/+5
* [py3] Replaced unicode/str by six.text_type/bytes.Aymeric Augustin2012-07-221-2/+2
* [py3] Replaced basestring by six.string_types.Aymeric Augustin2012-07-221-1/+1
* [py3] Removed longs.Aymeric Augustin2012-07-221-2/+3
* Fixed 16938 -- Ensured that the active locale's formats t...Julien Phalip2011-10-201-1/+6
* Fixed #16909 -- Pass language to get_format_modules when ...Jannis Leidel2011-09-221-3/+4
* Fixed #16404 -- Fixed a regression in the localization ch...Jannis Leidel2011-09-081-1/+2
* Fixed #5714 -- Strip whitespaces around date and time for...Jannis Leidel2011-05-011-2/+5
* Fixed #14824 -- Corrected the handling of formats when US...Russell Keith-Magee2011-02-041-1/+11
* Fixed stability of data input/output L10N format modules ...Ramiro Morales2011-02-031-2/+2
* Fixed #15024 -- Ensure that choice of L10N format module ...Ramiro Morales2011-01-131-1/+3
* Fixed #14807 -- Ensure that boolean values aren't localiz...Russell Keith-Magee2010-12-041-1/+4
* Fixed #14181 -- Added a template tag and filters to allow...Russell Keith-Magee2010-10-291-17/+32
* Fixed #14053 -- Also localize long integers. Thanks, Davi...Jannis Leidel2010-09-271-2/+2
* Fixed #14290 -- Made format localization faster by cachin...Jannis Leidel2010-09-271-30/+50
* Fixed #13702 -- Made sure to actually fall back to the l1...Jannis Leidel2010-09-121-10/+10
* Fixed #12779 - Sanitize numeric form field input accordin...Jannis Leidel2010-03-011-0/+19
* Fixed #12777 - Localize decimal fields correctly. Thanks,...Jannis Leidel2010-02-051-5/+3
* Fixed #12435 - Handle Unicode characters in format string...Jannis Leidel2010-01-011-0/+1
* Fixed #12472 - Correctly show TimeFields values when usin...Jannis Leidel2010-01-011-1/+7
* Fixed #12454 - Added support for localized formats to adm...Jannis Leidel2009-12-301-2/+4
* Fixed #12444 - Date based widgets now correctly handle in...Jannis Leidel2009-12-301-18/+25
* Fixed #7980 - Improved i18n framework to support locale a...Jannis Leidel2009-12-221-0/+97