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
2015-11-28
[1.9.x] Fixed #25812 -- Restored the ability to use custom formats with the d...
Gagaro
2015-11-24
[1.9.x] Fixed a settings leak possibility in the date template filter.
Florian Apolloner
2015-11-11
[1.9.x] Fixed #25720 -- Made gettext() return bytestring on Python 2 if input...
Marti Raudsepp
2015-11-03
[1.9.x] Fixed #25668 -- Misc spelling errors
Ville Skyttä
2015-09-12
Fixed #23395 -- Limited line lengths to 119 characters.
Dražen Odobašić
2015-08-25
Fixed #25295 -- Restored 'no active translation' after language override
Claude Paroz
2015-06-15
Fixed flake8 warnings on Python 3.
Tim Graham
2015-05-20
Refs #24652 -- Used SimpleTestCase where appropriate.
Simon Charette
2015-05-06
Moved engine-related exceptions to django.template.exceptions.
Preston Timmons
2015-04-28
Fixed #24714 -- Used more specific assertions than assertEqual in tests.
Alasdair Nicol
2015-04-24
Fixed #24063 -- Allowed locale variants supported by gettext.
Michal Čihař
2015-04-04
Fixed #24569 -- Made some translation functions accept None value
Claude Paroz
2015-03-21
Fixed #24515 -- Fixed DjangoTranslation plural handling
Claude Paroz
2015-03-02
Fixed #24372 - Replaced TokenParser usage with traditional parsing.
Preston Timmons
2015-02-28
Fixed #24413 -- Prevented translation fallback for English
Claude Paroz
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-02-03
Fixed #24149 -- Normalized tuple settings to lists.
darkryder
2015-01-27
Fixed #24219 -- Moved SelectDateWidget together with the other widgets
Loic Bistuer
2015-01-17
Removed deprecated Chinese language codes; refs #18149.
Tim Graham
2015-01-08
Fixed #24073 -- Returned None for get_language when translations are deactivated
Claude Paroz
2014-11-03
Fixed #23620 -- Used more specific assertions in the Django test suite.
Berker Peksag
2014-09-21
Fixed an i18n test with native string
Claude Paroz
2014-09-21
Fixed #23196 -- Short-circuited empty string translation
Yuri Kriachko
2014-09-13
Fixed #23466 -- Removed seconds from all locale time output formats.
Malte Beckmann
2014-08-30
Added a missing word in a skip message
Alex Gaynor
2014-08-30
Fixed #22820 -- Treated int and long types alike in lazy_number
Claude Paroz
2014-08-29
Fixed flake8 warning.
Tim Graham
2014-08-28
Fixed #23381 -- Context manager restored state should be determined in __enter__
Thomas Chaumeny
2014-08-28
Fixed #23323 -- Made django.utils.translation.override usable as a decorator.
Thomas Chaumeny
2014-08-18
Fixed #22171 -- Improved sanitize_separators cleverness
Claude Paroz
2014-07-14
Fixed #23005 -- Allowed specifying special fallback languages
Claude Paroz
2014-05-21
Fixed #20477: Allowed list of modules for FORMAT_MODULE_PATH
Martin Brochhaus
2014-05-02
Fixed #22565 -- Prevented pgettext_lazy crash with bytestring input
Claude Paroz
2014-04-30
Refactored DjangoTranslation class
Doug Beck
2014-04-06
Fixed #21977 -- Deprecated SimpleTestCase.urls
Anubhav Joshi
2014-03-01
Added newline for flake8.
Tim Graham
2014-03-01
Added patch_formats utility for i18n formatting tests
Claude Paroz
2014-02-26
Fixed #21389 -- Accept most valid language codes
Bouke Haarsma
2014-02-22
Fixed #22120 -- Documented persistent activation of languages and cleaned up ...
Erik Romijn
2014-01-27
Removed TransRealMixin.
Aymeric Augustin
2014-01-25
Fixed #21829 -- Added default AppConfigs.
Aymeric Augustin
2013-12-23
Imported override_settings from its new location.
Aymeric Augustin
2013-12-23
Dropped AppCache._empty, _with_app and _without_app.
Aymeric Augustin
2013-12-22
Moved apps back in the toplevel django namespace.
Aymeric Augustin
2013-12-22
Stopped iterating on INSTALLED_APPS.
Aymeric Augustin
2013-12-12
Fixed #21473 -- Limited language preservation to logout
Ludwik Trammer
2013-11-20
Fixed #21458 -- Made check_for_language more resistant to malformed input.
Baptiste Mispelon
2013-11-08
Fixed #13970 -- Made SelectDateWidget use the standard widget is_required att...
Claude Paroz
2013-11-08
Fixed #5849 -- Strip whitespace from blocktrans
Bouke Haarsma
2013-11-05
Fixed #18419 -- Full backwards compatibility for old language codes
Bouke Haarsma
[next]