Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/i18n
Commit message (Expand)AuthorAgeFilesLines
...
* 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 #21579 -- Made LocaleMiddleware respect script prefix.Tim Graham2014-08-141-1/+20
* Fixed #22336 -- Added path matching for makemessages igno...Justin Hamade2014-08-082-17/+31
* Added forgotten files from commit 28efafa24c83Claude Paroz2014-07-162-0/+0
* Ignored STATIC_ROOT and MEDIA_ROOT in makemessagesClaude Paroz2014-07-161-4/+16
* Fixed #23005 -- Allowed specifying special fallback langu...Claude Paroz2014-07-141-0/+20
* Fixed #22773 -- Forced templatize() to return unicodeClaude Paroz2014-06-061-0/+0
* Fixed #20477: Allowed list of modules for FORMAT_MODULE_PATHMartin Brochhaus2014-05-215-4/+20
* Harmonized some PEP 0263 coding preamblesClaude Paroz2014-05-151-1/+1
* Fixed #22565 -- Prevented pgettext_lazy crash with bytest...Claude Paroz2014-05-021-4/+16
* Fixed clash caused by the newly introduced -e shorthand f...Loic Bistuer2014-05-022-1/+26
* Refactored DjangoTranslation classDoug Beck2014-04-301-0/+24
* Fixed #22328 -- Added --exclude option to compilemessages...Ana Krivokapic2014-04-266-24/+231
* Fixed #21977 -- Deprecated SimpleTestCase.urlsAnubhav Joshi2014-04-062-7/+5
* Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham2014-04-038-20/+26
* Fixed many typos in comments and docstrings.Rodolfo Carvalho2014-03-031-1/+1
* 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
* Fixed #21732 -- Made compilemessages complain about non-w...Claude Paroz2014-02-183-0/+41
* Removed TransRealMixin.Aymeric Augustin2014-01-271-21/+22
* Removed superfluous uses of TransRealMixin.Aymeric Augustin2014-01-271-2/+1
* Fixed #21829 -- Added default AppConfigs.Aymeric Augustin2014-01-251-1/+1
* Imported override_settings from its new location.Aymeric Augustin2013-12-235-8/+7
* 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
* Removed superfluous models.py files.Aymeric Augustin2013-12-171-1/+0
* Fixed #21473 -- Limited language preservation to logoutLudwik Trammer2013-12-121-44/+5
* Fixed 21406 -- Made blocktrans 'trimmed' option preserve ...Bouke Haarsma2013-12-042-20/+47
* Enabled makemessages to support several translation direc...Claude Paroz2013-11-308-0/+56
* Fixed #21488 -- Multiple locales treatment in i18n commands.Ramiro Morales2013-11-232-34/+28
* 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-073-0/+34
* 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
|\
| * Fixed #14170 -- Reset i18n cache when settings changeBouke Haarsma2013-11-031-0/+13
* | PEP8 cleanupJason Myers2013-11-034-6/+18
* | Fixed all E261 warningscoagulant2013-11-032-2/+2
* | Fixed flake8 E241Boryslav Larin2013-11-021-1/+1
* | Fixed #21302 -- Fixed unused imports and import *.Tim Graham2013-11-021-5/+5
|/
* Rearranged some i18n testsClaude Paroz2013-10-283-16/+12