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
2021-12-06
[4.0.x] Updated translations from Transifex.
Mariusz Felisiak
2021-09-14
Fixed #32873 -- Deprecated settings.USE_L10N.
Claude Paroz
2021-09-08
Fixed #30086, Refs #32873 -- Made floatformat template filter independent of ...
Mariusz Felisiak
2021-07-19
Fixed #32941 -- Removed get_format_modules()'s unused reverse argument.
Keryn Knight
2021-05-12
Refs #32738 -- Added sanitize_strftime_format() to replace datetime_safe.
Nick Pope
2021-05-05
Fixed #32479 -- Added fallbacks to subsequent language codes in translations.
Maxim Beder
2021-04-22
Fixed isolation of i18n.tests.FormattingTests.test_get_custom_format().
Mariusz Felisiak
2021-04-06
Updated translations from Transifex.
Claude Paroz
2021-03-22
Fixed #32581 -- Prevented to_locale() from corrupting locale names.
Claude Paroz
2021-03-22
Added to_locale() tests for 3-char language codes.
Claude Paroz
2021-01-14
Refs #15902 -- Stopped set_language() storing user's language in the session.
Mariusz Felisiak
2021-01-14
Refs #30165 -- Removed ugettext(), ugettext_lazy(), ugettext_noop(), ungettex...
Mariusz Felisiak
2020-10-13
Fixed #20601 -- Allowed forcing format with thousand separators in floatforma...
Jacob Walls
2020-06-04
Fixed #30134 -- Ensured unlocalized numbers are string representation in temp...
Claude Paroz
2020-06-04
Refs #30134 -- Added test for {% localize off %} tag with format settings.
Claude Paroz
2020-06-01
Fixed #31570 -- Corrected translation loading for apps providing territorial ...
Carlton Gibson
2020-05-04
Refs #30372 -- Stopped watching built-in Django translation files by auto-rel...
Tom Forbes
2020-03-10
Fixed #30439 -- Added support for different plural forms for a language.
Claude Paroz
2019-07-02
Fixed typos in comments and docs.
Min ho Kim
2019-06-20
Fixed #30451 -- Added ASGI handler and coroutine-safety.
Andrew Godwin
2019-06-11
Fixed #27486 -- Fixed Python 3.7 DeprecationWarning in intword and filesizefo...
Jon Dufresne
2019-04-27
Fixed typos in test names.
Daniel Hahler
2019-02-08
Fixed #30165 -- Deprecated ugettext(), ugettext_lazy(), ugettext_noop(), unge...
Jon Dufresne
2019-02-06
Refs #27753 -- Favored SafeString over SafeText.
Tim Graham
2019-01-28
Fixed #30137 -- Replaced OSError aliases with the canonical OSError.
Jon Dufresne
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
[next]