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
Age
Commit message (
Expand
)
Author
2017-10-14
[2.0.x] Refs #28710 -- Simplified l10n format test
Claude Paroz
2017-10-13
[2.0.x] Fixed #28710 -- Fixed the Basque DATE_FORMAT string
Claude Paroz
2017-09-20
Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.
Sjoerd Job Postmus
2017-09-14
Fixed a Dutch translation in i18n tests.
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-29
Used assertRaisesMessage() to test Django's error messages.
Mads Jensen
2017-07-10
Fixed typo in tests/i18n/tests.py comment.
Jaap Roes
2017-06-29
Fixed crash in i18n tests skip condition if gettext isn't installed.
Tim Graham
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-06-01
Refs #23968 -- Removed unnecessary lists, generators, and tuple calls.
Jon Dufresne
2017-06-01
Sorted imports per isort 4.2.9.
Tim Graham
2017-05-22
Fixed #28015 -- Added makemessages --add-location option.
Ling-Xiao Yang
2017-05-05
Refs #22654 -- Added additional tests and amended release note.
Raphael Michel
2017-03-17
Replaced type-specific assertions with assertEqual().
Tim Graham
2017-03-07
Reverted "Fixed #27878, refs #23919 -- Used python3 shebangs."
Tim Graham
2017-02-23
Fixed #27878, refs #23919 -- Used python3 shebangs.
Chris Lamb
2017-02-23
Fixed #27868 -- Filtered locale path subdirectories
Claude Paroz
2017-02-07
Converted usage of ugettext* functions to their gettext* aliases
Claude Paroz
2017-02-03
Fixed spelling of "nonexistent".
Tim Graham
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 -- Removed misc Python 2/3 references.
Tim Graham
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-24
Removed unneeded force_text calls in the test suite
Claude Paroz
2017-01-21
Refs #23919 -- Removed misc references to Python 2.
Tim Graham
2017-01-20
Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.
Tim Graham
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-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Replaced io.open() with open().
Aymeric Augustin
2017-01-18
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
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-12-01
Refs #27546 -- Tested some __repr__() methods.
Keda87
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-11-08
Skipped makemessages -l tests when xgettext isn't installed.
Marti Raudsepp
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-10-01
Refs #26940 -- Re-allowed makemessages without settings
Claude Paroz
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
2016-08-25
Fixed #27067 -- Deprecated string_concat() in favor of format_lazy().
Mattias Loverot
[next]