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
/
tests.py
Age
Commit message (
Expand
)
Author
2012-02-18
Fixed #17720 -- Stopped the LocaleMiddleware from overeagerly using the reque...
Jannis Leidel
2012-02-10
Updated a few localization formats to stop the changes done in r17473 from br...
Jannis Leidel
2012-02-04
Fixed #17555 -- Added support for a missing trailing slash when redirecting b...
Jannis Leidel
2012-01-31
Fixed #16921 -- Added assertHTMLEqual and assertHTMLNotEqual assertions, and ...
Carl Meyer
2011-12-24
Added a lower level test for numberformat when grouping is 0 and force_groupi...
Aymeric Augustin
2011-12-11
Fixed #11240 -- Made makemessages i18n command escape % symbols in literals p...
Ramiro Morales
2011-12-03
Fixed a couple of typos.
Ramiro Morales
2011-11-11
Fixed #16903 -- Added `--no-location` option to the `makemessages` command to...
Julien Phalip
2011-10-20
Fixed 16938 -- Ensured that the active locale's formats take precedence over ...
Julien Phalip
2011-10-19
Fixed #14806 -- Added support for contextual translations to the `trans` and ...
Julien Phalip
2011-10-18
Fixed #17054 -- Ensured the test suite runs when gettext isn't available, aft...
Aymeric Augustin
2011-10-13
Convert the remainder of the relative imports in the tests to be absolute imp...
Alex Gaynor
2011-09-22
Fixed #16909 -- Pass language to get_format_modules when calling it from get_...
Jannis Leidel
2011-09-16
Fixed #16803 -- Use model verbose_name directly as ContentType unicode repres...
Carl Meyer
2011-09-08
Fixed #16721 -- Made sure that blocktrans correctly handles percents (%), eve...
Jannis Leidel
2011-09-08
Fixed #16516 -- Relaxed the blocktrans rendering a little by falling back to ...
Jannis Leidel
2011-06-26
Fixed #16322 -- Fixed Accept-Language parsing to allow spaces around semicolo...
Jannis Leidel
2011-06-15
Fixed #11585 -- Added ability to translate and prefix URL patterns with a lan...
Jannis Leidel
2011-05-07
Fixed #15263 -- Added support for format localization to the now template tag...
Jannis Leidel
2011-05-06
Added missing future imports missed in r16167.
Jannis Leidel
2011-05-06
Make use of new translation and settings context manager in the tests.
Jannis Leidel
2011-05-06
Added django.utils.translation.override context manager to easily activate an...
Jannis Leidel
2011-04-22
Fixed #13810 -- Truncate numbers correctly when given number of decimal posit...
Jannis Leidel
2011-03-28
Made a bunch of simplifications now that we don't support Python 2.4
Adrian Holovaty
2011-03-03
Updated test assertions that have been deprecated by the move to unittest2. I...
Russell Keith-Magee
2011-02-12
Fixed #15286 -- Don't show deprecation warning if project locale dir is inclu...
Jannis Leidel
2011-02-07
Fixed #5494, #10765, #14924 -- Modified the order in which translations are r...
Ramiro Morales
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-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 #14807 -- Ensure that boolean values aren't localized as T.rue and Fa.l...
Russell Keith-Magee
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-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
[next]