Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/i18n/tests.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25668 -- Misc spelling errorsVille Skyttä2015-11-031-1/+1
* Fixed #25571 -- Fixed boolean evaluation of ungettext_lazyClaude Paroz2015-10-221-0/+4
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-38/+375
* Fixed #25295 -- Restored 'no active translation' after la...Claude Paroz2015-08-251-0/+3
* Fixed flake8 warnings on Python 3.Tim Graham2015-06-151-2/+5
* Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette2015-05-201-10/+12
* Moved engine-related exceptions to django.template.except...Preston Timmons2015-05-071-2/+1
* Fixed #24714 -- Used more specific assertions than assert...Alasdair Nicol2015-04-281-12/+12
* Fixed #24063 -- Allowed locale variants supported by gett...Michal Čihař2015-04-251-0/+9
* Fixed #24569 -- Made some translation functions accept No...Claude Paroz2015-04-041-4/+10
* Fixed #24515 -- Fixed DjangoTranslation plural handlingClaude Paroz2015-03-211-1/+11
* Fixed #24372 - Replaced TokenParser usage with traditiona...Preston Timmons2015-03-031-4/+0
* Fixed #24413 -- Prevented translation fallback for EnglishClaude Paroz2015-02-281-0/+15
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-25/+20
* Fixed #24149 -- Normalized tuple settings to lists.darkryder2015-02-031-17/+17
* Fixed #24219 -- Moved SelectDateWidget together with the ...Loic Bistuer2015-01-271-5/+6
* Removed deprecated Chinese language codes; refs #18149.Tim Graham2015-01-171-36/+10
* Fixed #24073 -- Returned None for get_language when trans...Claude Paroz2015-01-081-2/+2
* Fixed #23620 -- Used more specific assertions in the Djan...Berker Peksag2014-11-031-1/+1
* Fixed an i18n test with native stringClaude Paroz2014-09-211-2/+2
* Fixed #23196 -- Short-circuited empty string translationYuri Kriachko2014-09-211-0/+10
* Fixed #23466 -- Removed seconds from all locale time outp...Malte Beckmann2014-09-131-2/+2
* Added a missing word in a skip messageAlex Gaynor2014-08-311-1/+1
* Fixed #22820 -- Treated int and long types alike in lazy_...Claude Paroz2014-08-301-0/+11
* Fixed flake8 warning.Tim Graham2014-08-291-0/+1
* Fixed #23381 -- Context manager restored state should be ...Thomas Chaumeny2014-08-291-1/+19
* Fixed #23323 -- Made django.utils.translation.override us...Thomas Chaumeny2014-08-281-0/+19
* Fixed #22171 -- Improved sanitize_separators clevernessClaude Paroz2014-08-181-0/+6
* Fixed #23005 -- Allowed specifying special fallback langu...Claude Paroz2014-07-141-0/+20
* Fixed #20477: Allowed list of modules for FORMAT_MODULE_PATHMartin Brochhaus2014-05-211-4/+20
* Fixed #22565 -- Prevented pgettext_lazy crash with bytest...Claude Paroz2014-05-021-4/+16
* Refactored DjangoTranslation classDoug Beck2014-04-301-0/+24
* Fixed #21977 -- Deprecated SimpleTestCase.urlsAnubhav Joshi2014-04-061-4/+2
* Added newline for flake8.Tim Graham2014-03-011-0/+1
* Added patch_formats utility for i18n formatting testsClaude Paroz2014-03-011-25/+24
* Fixed #21389 -- Accept most valid language codesBouke Haarsma2014-02-261-2/+20
* Fixed #22120 -- Documented persistent activation of langu...Erik Romijn2014-02-221-2/+2
* Removed TransRealMixin.Aymeric Augustin2014-01-271-21/+22
* Fixed #21829 -- Added default AppConfigs.Aymeric Augustin2014-01-251-1/+1
* Imported override_settings from its new location.Aymeric Augustin2013-12-231-2/+2
* Dropped AppCache._empty, _with_app and _without_app.Aymeric Augustin2013-12-231-7/+3
* Moved apps back in the toplevel django namespace.Aymeric Augustin2013-12-221-1/+1
* Stopped iterating on INSTALLED_APPS.Aymeric Augustin2013-12-221-4/+22
* Fixed #21473 -- Limited language preservation to logoutLudwik Trammer2013-12-121-44/+5
* Fixed #21458 -- Made check_for_language more resistant to...Baptiste Mispelon2013-11-201-0/+2
* Fixed #13970 -- Made SelectDateWidget use the standard wi...Claude Paroz2013-11-081-4/+6
* Fixed #5849 -- Strip whitespace from blocktransBouke Haarsma2013-11-071-0/+11
* Fixed #18419 -- Full backwards compatibility for old lang...Bouke Haarsma2013-11-051-0/+27
* Fixed #18149 -- Changed language codes for ChineseBouke Haarsma2013-11-041-0/+25
* Merge pull request #1821 from Bouke/tickets/14170Aymeric Augustin2013-11-041-0/+13
|\