summaryrefslogtreecommitdiff
path: root/django/utils/translation/trans_null.py
AgeCommit message (Expand)Author
2023-05-02Fixed #34515 -- Made LocaleMiddleware prefer language from paths when i18n pa...Mariusz Felisiak
2022-10-13Fixed #34069 -- Made LocaleMiddleware respect language from requests when i18...Sergio
2022-06-20Fixed #23689 -- Made parsing HTTP Accept-Language header case-insensitive.Zainab Amir
2018-05-12Consolidated duplicate to_locale() implementations.Tim Graham
2018-05-12Aliased trans_null.to_locale() to trans_real.to_locale().Hasan Ramezani
2018-02-23Fixed #27449 -- Added django.utils.translation.get_supported_language_variant().Sebastian Sangervasi
2017-01-28Made ugettext* functions aliases of gettext*Claude Paroz
2016-11-14Fixed E305 flake8 warnings.Ramin Farajpour Cami
2016-01-25Fixed #26125 -- Fixed E731 flake warnings.userimack
2014-12-26Fixed #24045 -- Removed useless mark_safe() call in trans_null.pyTim Graham
2014-05-25Removed code deprecated from Django 1.2Claude Paroz
2014-02-26Fixed #21389 -- Accept most valid language codesBouke Haarsma
2013-11-03Fixed all E226 violationsAlex Gaynor
2013-11-02Correct flake8 E302 violationsRay Ashman Jr
2013-10-17Fixed #21270 -- Fixed E701 pep8 warningsAlasdair Nicol
2013-10-10Whitespace cleanup.Tim Graham
2013-02-23Fixes #17866: Vary: Accept-Language header when language prefix usedƁukasz Langa
2012-08-07[py3] Ported django.utils.encoding.Aymeric Augustin
2012-02-18Fixed #17720 -- Stopped the LocaleMiddleware from overeagerly using the reque...Jannis Leidel
2011-07-13Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...Jannis Leidel
2011-06-15Fixed #11585 -- Added ability to translate and prefix URL patterns with a lan...Jannis Leidel
2011-04-02Advanced deprecations in django.utils.translation.Russell Keith-Magee
2010-11-04Fixed #9988 -- Added support for translation contexts. Thanks, Claude Paroz.Jannis Leidel
2010-10-11Fixed #14436 -- Escalated 1.2 PendingDeprecationWarnings to DeprecationWarnin...Russell Keith-Magee
2009-12-22Fixed #7980 - Improved i18n framework to support locale aware formatting (dat...Jannis Leidel
2007-11-17Translating safe strings should return a safe result.Malcolm Tredinnick
2007-10-21Fixed #2920 -- Removed _() from builtins.Malcolm Tredinnick
2007-10-03Fixed #4796. Fixed a problem when using i18n support for the first time -- inMalcolm Tredinnick
2007-07-04Merged Unicode branch into trunk (r4952:5608). This should be fullyMalcolm Tredinnick
2007-04-05Small fix to [4931].Malcolm Tredinnick
2007-04-05Fixed #3918 -- Handle technical message IDs correctly when settings.USE_I18N isMalcolm Tredinnick
2006-07-27Fixed #2408 -- Added get_language_from_request() to trans_null.py. Thanks, ub...Adrian Holovaty
2006-07-14Added check_for_language and to_locale to utils.translation.trans_nullAdrian Holovaty
2006-07-11Added get_language_bidi to django.utils.translation.trans_nuill. Refs #2203Adrian Holovaty
2006-07-10Fixed bug in utils.translation.trans_null -- get_date_formats and get_partial...Adrian Holovaty
2006-07-08Fixed #2310 -- Changed trans_null.py to use settings.LANGUAGE_CODE instead of...Adrian Holovaty
2006-07-04Made django/utils/translation.py into a package django/utils/translation, whi...Adrian Holovaty