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
/
i18n
/
tests.py
Age
Commit message (
Expand
)
Author
2019-01-13
Fixed #27685 -- Added watchman support to the autoreloader.
Tom Forbes
2018-12-06
Fixed #29986 -- Added .format() support to ngettext_lazy strings.
Patrick Arminio
2018-11-27
Made reused RequestFactory instances class attributes.
Simon Charette
2018-09-03
Fixed #29713 -- Added check that LANGUAGE_CODE uses standard language id format.
David
2018-07-26
Refs #29600 -- Added test for datetime_safe usage in localize_input().
Tim Graham
2018-07-19
Fixed #29578 -- Made numberformat.format() honor forced l10n usage.
Claude Paroz
2018-05-12
Moved to_language() to django.utils.translation.
Tim Graham
2018-05-12
Consolidated duplicate to_locale() implementations.
Tim Graham
2018-05-12
Increased django.utils.translation.trans_null test coverage.
Hasan Ramezani
2018-05-12
Aliased trans_null.to_locale() to trans_real.to_locale().
Hasan Ramezani
2018-05-09
Added tests for trans_null.ngettext().
Hasan Ramezani
2018-03-03
Fixed #29144 -- Made untranslated strings for territorial language variants u...
Patryk Zawadzki
2018-02-23
Fixed #27449 -- Added django.utils.translation.get_supported_language_variant().
Sebastian Sangervasi
2018-02-21
Removed unneeeded inner import in i18n tests.
Sebastian Sangervasi
2018-02-20
Fixed #28755 -- Made check_for_language() include apps' locale directories.
Chillar Anand
2018-02-10
Fixed #29109 -- Fixed the admin time picker widget for the Thai locale.
Manatsawin Hanmongkolchai
2018-01-30
Fixed #29036 -- Fixed HTML5 required validation on SelectDateWidget if the at...
Vlastimil Zíma
2018-01-21
Fixed #29038 -- Removed closing slash from HTML void tags.
Jon Dufresne
2017-12-28
Removed unnecessary trailing commas and spaces in various code.
Mariusz Felisiak
2017-11-07
Fixed #28544 -- Made unlocalize template filter behave like {% localize off %...
Claude Paroz
2017-10-14
Refs #28710 -- Simplified l10n format test
Claude Paroz
2017-10-13
Fixed #28710 -- Fixed the Basque DATE_FORMAT string
Claude Paroz
2017-10-02
Fixed #28642 -- Added caching to parse_accept_lang_header().
Tom
2017-10-02
Refs #27804 -- Used subTest() in parse_accept_lang_header() test.
Tom
2017-09-22
Refs #27067 -- Removed django.utils.translation.string_concat() per deprecati...
Tim Graham
2017-09-08
Fixed #28546 -- Fixed translation's to_locale() with langauge subtags.
Tim Graham
2017-09-08
Added more tests for translation's to_locale().
Tim Graham
2017-07-10
Fixed typo in tests/i18n/tests.py comment.
Jaap Roes
2017-06-15
Fixed #28304 -- Kept SafeData type for pgettext-translated strings
Claude Paroz
2017-06-14
Refs #24423 -- Readded inadvertently deleted i18n tests.
Claude Paroz
2017-05-05
Refs #22654 -- Added additional tests and amended release note.
Raphael Michel
2017-02-07
Converted usage of ugettext* functions to their gettext* aliases
Claude Paroz
2017-02-01
Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments.
Vytis Banaitis
2017-01-30
Refs #23919 -- Removed usage of obsolete SafeBytes class
Claude Paroz
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-20
Refs #23919 -- Removed unneeded str() calls
Claude Paroz
2017-01-20
Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.
Tim Graham
2017-01-18
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed six.PY2/PY3 usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-06
Fixed #24423 -- Reorganized i18n tag tests.
Andy Craze
2016-12-21
Refs #25753 -- Reset l10n cache when format settings change
Claude Paroz
2016-12-07
Fixed #27579 -- Added aliases for Python 3's assertion names in SimpleTestCase.
Tim Graham
2016-11-29
Fixed #27402 -- Fixed incorrect LocaleMiddleware redirects with prefix_defaul...
Krzysztof Urbaniak
2016-11-14
Fixed #27463 -- Fixed E741 flake8 warnings.
Ramin Farajpour Cami
2016-11-10
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
za
2016-10-31
Fixed #27063 -- Prevented i18n_patterns() from using too much of the URL as t...
Krzysztof Urbaniak
2016-10-31
Added additional tests for translation's get_language_from_path().
Krzysztof Urbaniak
2016-09-21
Fixed #27256 -- Changed Select widget's selected attribute to use HTML5 boole...
Jon Dufresne
2016-09-17
Refs #27025 -- Fixed "invalid escape sequence" warnings in Python 3.6.
Tim Graham
[next]