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
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