Russell Keith-Magee
|
1070c57b83
|
Fixed #14436 -- Escalated 1.2 PendingDeprecationWarnings to DeprecationWarnings, and removed 1.1 deprecated code.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14138 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-10-11 12:20:07 +00:00 |
Jannis Leidel
|
9233d04265
|
Fixed #7980 - Improved i18n framework to support locale 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
|
2009-12-22 17:58:49 +00:00 |
Malcolm Tredinnick
|
64c0bf8677
|
Translating safe strings should return a safe result.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6681 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-11-17 12:11:54 +00:00 |
Malcolm Tredinnick
|
7ca708140a
|
Fixed #2920 -- Removed _() from builtins.
This is backwards incompatible, but easy to work around.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6582 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-10-21 17:14:25 +00:00 |
Malcolm Tredinnick
|
fa546d797e
|
Fixed #4796. Fixed a problem when using i18n support for the first time -- in
particular when string_concat() was the first call made. Thanks, Andy Durdin.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6446 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-10-03 01:57:02 +00:00 |
Malcolm Tredinnick
|
953badbea5
|
Merged Unicode branch into trunk (r4952:5608). This should be fully
backwards compatible for all practical purposes.
Fixed #2391, #2489, #2996, #3322, #3344, #3370, #3406, #3432, #3454, #3492, #3582, #3690, #3878, #3891, #3937, #4039, #4141, #4227, #4286, #4291, #4300, #4452, #4702
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5609 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-07-04 12:11:04 +00:00 |
Malcolm Tredinnick
|
e57d1bddda
|
Small fix to [4931].
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4932 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-04-05 03:25:30 +00:00 |
Malcolm Tredinnick
|
8424ea39f8
|
Fixed #3918 -- Handle technical message IDs correctly when settings.USE_I18N is
False.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4931 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-04-05 03:22:49 +00:00 |
Adrian Holovaty
|
e433e07a8d
|
Fixed #2408 -- Added get_language_from_request() to trans_null.py. Thanks, ubernostrum
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3458 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-07-27 16:38:32 +00:00 |
Adrian Holovaty
|
dba1f95e12
|
Added check_for_language and to_locale to utils.translation.trans_null
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3344 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-07-14 02:55:42 +00:00 |
Adrian Holovaty
|
78adbd9434
|
Added get_language_bidi to django.utils.translation.trans_nuill. Refs #2203
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3329 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-07-11 14:08:42 +00:00 |
Adrian Holovaty
|
5ce4a56a7c
|
Fixed bug in utils.translation.trans_null -- get_date_formats and get_partial_date_formats weren't returning tuples properly
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3306 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-07-10 04:08:45 +00:00 |
Adrian Holovaty
|
18eb7ecb13
|
Fixed #2310 -- Changed trans_null.py to use settings.LANGUAGE_CODE instead of hard-coded 'en'
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3298 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-07-08 13:58:33 +00:00 |
Adrian Holovaty
|
ec4a143a40
|
Made django/utils/translation.py into a package django/utils/translation, which is loaded lazily depending on the value of settings.USE_I18N.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3271 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-07-04 03:58:45 +00:00 |