index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
regressiontests
/
i18n
Age
Commit message (
Expand
)
Author
2011-02-04
Modified a few tests methods to make sure no leaks of activated locale or USE...
Ramiro Morales
2011-02-03
Fixed stability of data input/output L10N format modules priority order. Than...
Ramiro Morales
2011-01-26
Fixed #15157 -- Modified evaluation of literals surrounded by _(' and ')' in ...
Ramiro Morales
2011-01-21
Fixed a few translation related tests:
Jannis Leidel
2011-01-17
Refactor all uses of thread locals to be more consistant and sane.
Alex Gaynor
2011-01-15
Modified a try block construct in a test case to be compatible with Python 2.4.
Ramiro Morales
2011-01-13
Fixed #15024 -- Ensure that choice of L10N format module used is stable given...
Ramiro Morales
2010-12-22
Fixed #14933 -- Added ability to SelectDateWidget to cope with new alternativ...
Jannis Leidel
2010-12-12
Fixed #4030 -- Added ability to translate language names. Thanks to Antti Kai...
Jannis Leidel
2010-12-04
Fixed #12201 -- Added a lineno attibute to template Token so e.g. we can repo...
Ramiro Morales
2010-12-04
Fixed #14807 -- Ensure that boolean values aren't localized as T.rue and Fa.l...
Russell Keith-Magee
2010-12-04
Removed all usages of deprecated TestCase methods (self.fail*). This removed...
Alex Gaynor
2010-11-17
Fixed #10004 and #12320 -- Enabled the makemessages management command to col...
Jannis Leidel
2010-11-04
Fixed #11966 -- Made it possible to use a percent sign in a translation messa...
Jannis Leidel
2010-11-04
Fixed #6476 -- Added option to makemessages management command to disable wra...
Jannis Leidel
2010-11-04
Fixed #9988 -- Added support for translation contexts. Thanks, Claude Paroz.
Jannis Leidel
2010-10-29
Fixed #14181 -- Added a template tag and filters to allow localization to be ...
Russell Keith-Magee
2010-10-10
Consolidated i18n commands test with the rest of the i18n tests.
Ramiro Morales
2010-09-27
Fixed #14053 -- Also localize long integers. Thanks, David Danier.
Jannis Leidel
2010-09-27
Fixed #14290 -- Made format localization faster by caching the format modules...
Jannis Leidel
2010-09-12
Migrated i18n and field_defaults doctests. Thanks to Alex Gaynor.
Russell Keith-Magee
2010-09-12
Fixed #13702 -- Made sure to actually fall back to the l10n format strings pr...
Jannis Leidel
2010-05-21
Fixed #13560 -- Fixed localization of widgets.
Jannis Leidel
2010-04-19
Fixed #13370 -- Corrected the handling of pickling for lazy() proxy objects. ...
Russell Keith-Magee
2010-03-27
Fixed #13032 - Added localize parameter to form fields to be able to selecti...
Jannis Leidel
2010-03-27
Fixed #12769, #12924 -- Corrected the pickling of curried and lazy objects, w...
Russell Keith-Magee
2010-03-20
Fixed #13054 - Only apply grouping to integer part of numbers if explicitly w...
Jannis Leidel
2010-03-01
Fixed #12779 - Sanitize numeric form field input according to decimal and tho...
Jannis Leidel
2010-02-16
Fixed #11384 - Make sure translations in the project directory really overrid...
Jannis Leidel
2010-02-16
Fixed #7720 - Fallback to the base language if the sub language given in the ...
Jannis Leidel
2010-02-05
Fixed #12777 - Localize decimal fields correctly. Thanks, Florian Apolloner
Jannis Leidel
2010-01-09
Changed an i18n test to use a number that converts consistely from string to ...
Karen Tracey
2010-01-01
Fixed #12435 - Handle Unicode characters in format strings correctly.
Jannis Leidel
2010-01-01
Fixed #12230 - Updated utils.translation.to_locale to support the special sr_...
Jannis Leidel
2010-01-01
Fixed #12478 - Allows the i18n related test of the SelectDateWidget to run wi...
Jannis Leidel
2010-01-01
Fixed #12472 - Correctly show TimeFields values when using locale-aware forma...
Jannis Leidel
2009-12-30
Fixed #12444 - Date based widgets now correctly handle input values when usin...
Jannis Leidel
2009-12-24
Updated i18n tests a little to handle test failures better and updated Argent...
Jannis Leidel
2009-12-22
Fixed #7980 - Improved i18n framework to support locale aware formatting (dat...
Jannis Leidel
2008-03-17
Tweaked an i18n test that is a bit sensitive to Python versions. It returns
Malcolm Tredinnick
2008-02-15
Removed a portion of the test suite that was a pain on Python 2.3.
Malcolm Tredinnick
2008-02-06
Fixed #6409 -- Unbreak compound locale name parsing (e.g. zh-cn).
Malcolm Tredinnick
2007-12-02
Fixed #6071 -- Fixed another infinite recursion problem in SafeString and
Malcolm Tredinnick
2007-11-17
Translating safe strings should return a safe result.
Malcolm Tredinnick
2007-10-26
Committed missing file from [6608].
Jacob Kaplan-Moss
2007-10-26
i18n security fix. Details will be posted shortly to the Django mailing lists...
Jacob Kaplan-Moss
2007-10-04
Fixed #5641 -- Handle lazy translations correctly when used as default argume...
Malcolm Tredinnick
2007-10-03
Fixed #4796. Fixed a problem when using i18n support for the first time -- in
Malcolm Tredinnick
2007-07-04
Merged Unicode branch into trunk (r4952:5608). This should be fully
Malcolm Tredinnick
[prev]