Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/utils/translation
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25571 -- Fixed boolean evaluation of ungettext_lazyClaude Paroz2015-10-221-0/+6
* Fixed #25297 -- Allowed makemessages to work with {% tran...Alexandre Pocquet2015-09-041-1/+8
* Fixed #25295 -- Restored 'no active translation' after la...Claude Paroz2015-08-251-1/+3
* Fixed #24257 -- Corrected i18n handling of percent signs.Doug Beck2015-08-121-3/+2
* Sorted imports in __init__.py files.Tim Graham2015-06-271-2/+3
* Fixed #24230 -- Added translated language name for i18n t...Tomáš Ehrlich2015-06-021-3/+8
* Fixed #24063 -- Allowed locale variants supported by gett...Michal Čihař2015-04-251-2/+5
* Fixed #24569 -- Made some translation functions accept No...Claude Paroz2015-04-041-3/+7
* Fixed #24515 -- Fixed DjangoTranslation plural handlingClaude Paroz2015-03-211-1/+2
* Cleaned up the template debug implementation.Preston Timmons2015-03-201-1/+1
* Fixed #24413 -- Prevented translation fallback for EnglishClaude Paroz2015-02-281-5/+3
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-7/+9
* Removed deprecated Chinese language codes; refs #18149.Tim Graham2015-01-171-12/+0
* Fixed #24073 -- Returned None for get_language when trans...Claude Paroz2015-01-081-0/+3
* Cleaned up the django.template namespace.Aymeric Augustin2014-12-281-2/+2
* Fixed #24045 -- Removed useless mark_safe() call in trans...Tim Graham2014-12-261-3/+0
* Fixed #20349 -- Moved setting_changed signal to django.co...Collin Anderson2014-12-241-1/+1
* Simplified caching of supported languages.Aymeric Augustin2014-11-191-16/+15
* Fixed #23196 -- Short-circuited empty string translationYuri Kriachko2014-09-211-6/+11
* Limited lines to 119 characters in django/Tim Graham2014-09-051-1/+4
* Fixed #22820 -- Treated int and long types alike in lazy_...Claude Paroz2014-08-301-1/+1
* Fixed #23381 -- Context manager restored state should be ...Thomas Chaumeny2014-08-291-1/+1
* Fixed #23323 -- Made django.utils.translation.override us...Thomas Chaumeny2014-08-281-1/+2
* Fixed #23005 -- Allowed specifying special fallback langu...Claude Paroz2014-07-142-11/+15
* Fixed #8033 -- Explained app registry error during transl...Claude Paroz2014-06-231-1/+9
* Fixed #21498: Don't use a fallback language if you're en-us.Andrew Godwin2014-06-171-1/+5
* Fixed #22773 -- Forced templatize() to return unicodeClaude Paroz2014-06-061-1/+1
* Removed code deprecated from Django 1.2Claude Paroz2014-05-251-14/+2
* Applied unicode_literals to makemessages commandClaude Paroz2014-05-241-2/+2
* Fixed #22586 -- Added LANGUAGE_SESSION_KEY to __all__.Tim Graham2014-05-071-0/+1
* Fixed #22565 -- Prevented pgettext_lazy crash with bytest...Claude Paroz2014-05-021-1/+2
* flake8 fixes.Tim Graham2014-05-011-1/+1
* Refactored DjangoTranslation classDoug Beck2014-04-301-94/+81
* Refactor. Stop using memory for list copies.Tomasz Wysocki2014-04-021-1/+1
* Increased memoization cache size for language codes.Aymeric Augustin2014-03-291-1/+5
* Removed reading of old 'django_language' session variable...Tim Graham2014-03-211-2/+1
* Fixed #22283 -- Updated documentation referring to non-ex...Matthew Somerville2014-03-181-4/+3
* Fixed #21188 -- Introduced subclasses for to-be-removed-i...Claude Paroz2014-03-081-1/+2
* Fixed #21389 -- Accept most valid language codesBouke Haarsma2014-02-263-50/+39
* Extra new line to make flake8 happyAlex Gaynor2014-02-221-0/+1
* Fixed #22120 -- Documented persistent activation of langu...Erik Romijn2014-02-222-2/+3
* Renamed AppCache to Apps.Aymeric Augustin2013-12-241-2/+2
* Moved apps back in the toplevel django namespace.Aymeric Augustin2013-12-221-1/+1
* Stopped iterating on INSTALLED_APPS.Aymeric Augustin2013-12-221-5/+3
* Fixed 21406 -- Made blocktrans 'trimmed' option preserve ...Bouke Haarsma2013-12-041-13/+18
* Fixed #21458 -- Made check_for_language more resistant to...Baptiste Mispelon2013-11-201-2/+6
* Fixed #21351 -- Replaced memoize with Python's lru_cache.Bouke Haarsma2013-11-111-4/+2
* Fixed #5849 -- Strip whitespace from blocktransBouke Haarsma2013-11-072-6/+24
* flake8 fixesAlex Gaynor2013-11-071-1/+1
* Distinguish between browser-deprecated locales and intern...Baptiste Mispelon2013-11-061-6/+8