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-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
2016-08-16
Replaced 'raise SkipTest' with self.skipTest() in a few tests.
Tim Graham
2016-08-11
Fixed #27034 -- Made makemessages independent of USE_I18N
Claude Paroz
2016-07-24
Fixed #26945 -- Ensured that i18n_patterns returns a list
Alex Hill
2016-07-21
Fixed #26924 -- Fixed i18n test failure on Mac OS X.
Tobias McNulty
2016-07-14
Fixed #26897 -- Fixed makemessages crash on Python 2 with non-ASCII file names
Claude Paroz
2016-06-28
Replaced use of TestCase.fail() with assertRaises().
Tim Graham
2016-06-22
Fixed #25920 -- Added support for non-uniform NUMBER_GROUPING.
jasisz
2016-06-16
Fixed #26747 -- Used more specific assertions in the Django test suite.
Jon Dufresne
2016-06-13
Removed some blank lines per isort.
Tim Graham
2016-06-13
Fixed #26746 -- Fixed handling of zero priority in Accept-Language header par...
Vytis Banaitis
2016-06-11
Fixed #26744 -- Fixed a typo in regex for Accept-Language header parsing.
Vytis Banaitis
2016-06-11
Refs #26677 -- Simplified i18n test cleanups.
Ramiro Morales
2016-06-09
Fixed #26677 -- Converted some i18n tests to use disposable FS tree.
Ramiro Morales
2016-06-08
Fixed #26705 -- Fixed plural versions of languages not supported by Django.
Thejaswi Puthraya
2016-06-01
Fixed #26692 -- Relaxed an i18n compilemessages test.
Ramiro Morales
2016-05-31
Fixed #26687 -- Made an i18n test not use a hardcoded path separator.
Ramiro Morales
2016-05-29
Fixed #26674 -- Corrected a i18n makemessages test.
Ramiro Morales
2016-05-28
Fixed #26673 -- Fixed a I18N test case error on Windows+Python 2.7.
Ramiro Morales
2016-05-17
Fixed #26601 -- Improved middleware per DEP 0005.
Florian Apolloner
2016-05-02
Fixed #26341 (again) -- Addressed multiple occurrences per line use case
Claude Paroz
2016-04-30
Fixed #26341 -- Fixed makemessages breaking location comments for HTML files
Claude Paroz
2016-04-30
Adapted _assertPoLocComment for multi-file source lines in po files
Claude Paroz
2016-04-21
Fixed #22383 -- Added support for HTML5 required attribute on required form f...
Jon Dufresne
2016-04-08
Fixed E128 flake8 warnings in tests/.
Tim Graham
2016-03-10
Refs #25933 -- Fixed i18n_patterns() prefix_default_language=False with HTTP_...
Krzysztof Urbaniak
2016-03-08
Fixed #25933 -- Allowed an unprefixed default language in i18n_patterns().
Krzysztof Urbaniak
2016-03-07
Fixed #26271 -- Fixed i18n_patterns resolution when no language is active
Claude Paroz
2016-03-03
Fixed #26295 -- Allowed using i18n_patterns() in any root URLconf.
Simon Charette
2016-02-23
Fixed #26232 -- Fixed Popen mocking environment in i18n tests
Claude Paroz
2016-02-15
Fixed #26212 -- Made forms.FileField and translation.lazy_number() picklable.
Alexey Kotlyarov
2016-02-09
Fixed #26173 -- Prevented localize_input() from formatting booleans as numbers.
Marcin Markiewicz
2016-01-29
Refs #26022 -- Replaced six.assertRaisesRegex with assertRaisesMessage as app...
Hasan
2016-01-29
Refs #26022 -- Used context manager version of assertRaises in tests.
Hasan
2016-01-23
Fixed #26093 -- Allowed escape sequences extraction by gettext on Python 3
Claude Paroz
2016-01-11
Added missing period to "etc.".
pp
2016-01-06
Fixed #26046 -- Fixed a crash with translations and Django-unknown language code
Claude Paroz
[next]