summaryrefslogtreecommitdiff
path: root/tests/regressiontests/i18n/tests.py
AgeCommit message (Expand)Author
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
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-26i18n security fix. Details will be posted shortly to the Django mailing lists...Jacob Kaplan-Moss
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