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