summaryrefslogtreecommitdiff
path: root/tests/i18n/tests.py
AgeCommit message (Expand)Author
2014-08-30[1.7.x] Added a missing word in a skip messageAlex Gaynor
2014-08-30[1.7.x] Fixed #22820 -- Treated int and long types alike in lazy_numberClaude Paroz
2014-05-02[1.7.x] Fixed #22565 -- Prevented pgettext_lazy crash with bytestring inputClaude Paroz
2014-03-01Added newline for flake8.Tim Graham
2014-03-01Added patch_formats utility for i18n formatting testsClaude Paroz
2014-02-26Fixed #21389 -- Accept most valid language codesBouke Haarsma
2014-02-22Fixed #22120 -- Documented persistent activation of languages and cleaned up ...Erik Romijn
2014-01-27Removed TransRealMixin.Aymeric Augustin
2014-01-25Fixed #21829 -- Added default AppConfigs.Aymeric Augustin
2013-12-23Imported override_settings from its new location.Aymeric Augustin
2013-12-23Dropped AppCache._empty, _with_app and _without_app.Aymeric Augustin
2013-12-22Moved apps back in the toplevel django namespace.Aymeric Augustin
2013-12-22Stopped iterating on INSTALLED_APPS.Aymeric Augustin
2013-12-12Fixed #21473 -- Limited language preservation to logoutLudwik Trammer
2013-11-20Fixed #21458 -- Made check_for_language more resistant to malformed input.Baptiste Mispelon
2013-11-08Fixed #13970 -- Made SelectDateWidget use the standard widget is_required att...Claude Paroz
2013-11-08Fixed #5849 -- Strip whitespace from blocktransBouke Haarsma
2013-11-05Fixed #18419 -- Full backwards compatibility for old language codesBouke Haarsma
2013-11-04Fixed #18149 -- Changed language codes for ChineseBouke Haarsma
2013-11-04Merge pull request #1821 from Bouke/tickets/14170Aymeric Augustin
2013-11-03Fixed #14170 -- Reset i18n cache when settings changeBouke Haarsma
2013-11-02PEP8 cleanupJason Myers
2013-11-02Fixed all E261 warningscoagulant
2013-11-02Fixed flake8 E241Boryslav Larin
2013-11-02Fixed #21302 -- Fixed unused imports and import *.Tim Graham
2013-10-28Rearranged some i18n testsClaude Paroz
2013-10-22Fixed #21307 -- Moved TransRealMixin to django.test.utils.Ramiro Morales
2013-10-22Fixed E221 pep8 warnings.Tim Graham
2013-10-22Fixed #5789 -- Changed LocaleMiddleware session variable to '_language'.Bouke Haarsma
2013-10-21Removed some direct settings manipulations in tests; refs #21230.Bouke Haarsma
2013-10-21Fixed #21288 -- Fixed E126 pep8 warningsAlasdair Nicol
2013-10-19Removed unused local variables in tests.Tim Graham
2013-10-18Fixed #21287 -- Fixed E123 pep8 warningsAlasdair Nicol
2013-10-18Fixed #21268 -- Fixed E303 pep8 warningsAlasdair Nicol
2013-10-14Fixed #21266 -- Fixed E201,E202 pep8 warnings.Larry O'Neill
2013-10-01Fixed tests breakage from last commit.Ramiro Morales
2013-09-22Partial revert of 165f44aa.Aymeric Augustin
2013-09-09Fixed #21078 -- Handled additional bad Accept-Language headerJosh Mize
2013-09-06Moved a settings usage up the stack in utils/formats.py #unsettingsAdrian Holovaty
2013-09-02Replaced "not PY3" by "PY2", new in six 1.4.0.Aymeric Augustin
2013-08-16Combine consecutive with statementsClaude Paroz
2013-08-02Fixed #18777 -- Localized form fields with as_text/as_hiddenAleksandra Sendecka
2013-07-29Removed most of absolute_import importsClaude Paroz
2013-07-29Deprecated django.utils.importlibClaude Paroz
2013-05-25Fixed #14825 -- LocaleMiddleware keeps languageVlastimil Zíma
2013-05-22Removed check for 0.15 version of gettext toolsClaude Paroz
2013-05-19Fixed #11915: generic Accept-Language matches country-specific variantsŁukasz Langa
2013-05-19Added TransRealMixin to fix i18n global state pollution in the test suiteŁukasz Langa
2013-05-18Fixed #14894 -- Ensure that activating a translation doesn't run into threadi...Florian Apolloner
2013-05-18Fixes #19919: get_language_from_request() disregards "en-us" and "en" languagesŁukasz Langa