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