Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/conf/locale/lt/formats.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #24149 -- Normalized tuple settings to lists.darkryder2015-02-031-6/+6
|
* Fixed #23466 -- Removed seconds from all locale time ↵Malte Beckmann2014-09-131-2/+2
| | | | output formats.
* Fixed all E261 warningscoagulant2013-11-021-1/+1
|
* Fixed #16888 -- Added microseconds in localized input ↵Claude Paroz2013-03-021-3/+9
| | | | formats
* Fixed #19092 -- Completed Lithuanian date/time formatsClaude Paroz2013-01-151-10/+29
| | | | Thanks Tadas Dailyda for the report and the patch.
* Correct Lithuanian short date format. kspi2012-07-041-1/+1
|
* Fixed #14821 -- Documented the differences in formatting ↵Jannis Leidel2010-12-131-0/+5
| | | | | | syntax in formats modules. Thanks, Claude. git-svn-id: http://code.djangoproject.com/svn/django/trunk@14893 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #12980 - Use raw strings for locale formats which ↵Jannis Leidel2010-04-291-1/+1
| | | | | | contain single backslahes. Thanks for report and patch, Martin von Löwis and Ramiro Morales. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13050 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #7980 - Improved i18n framework to support locale ↵Jannis Leidel2009-12-221-0/+18
aware formatting (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