index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
views
/
i18n.py
Age
Commit message (
Expand
)
Author
2025-10-03
Fixed #36636, Refs #15902 -- Removed session-based storage reference from set...
Dani Fornons
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2025-07-23
Refs #36500 -- Shortened some long docstrings and comments.
Mike Edmunds
2023-02-17
Fixed #34343 -- Moved built-in templates to filesystem.
Nick Pope
2022-07-25
Fixed #33863 -- Fixed JavaScriptCatalog with more than 1 level of fallback tr...
Claude Paroz
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-01-29
Fixed #32345 -- Fixed preserving encoded query strings in set_language() view.
Sandro Covo
2021-01-14
Refs #15902 -- Stopped set_language() storing user's language in the session.
Mariusz Felisiak
2020-08-05
Refs #31493 -- Replaced var with const and let in JavaScriptCatalog template.
Claude Paroz
2020-07-01
Simplified JavaScript with Array.prototype.includes().
Jon Dufresne
2020-05-11
Refs #30116 -- Simplified regex match group access with Match.__getitem__().
Jon Dufresne
2020-05-05
Fixed #31534 -- Deprecated django.conf.urls.url().
David Smith
2020-01-27
Refs #30997 -- Removed HttpRequest.is_ajax() usage.
Claude Paroz
2020-01-09
Renamed set_language()'s next variable to avoid clash with builtin.
Mike Yusko
2019-09-02
Fixed #30747 -- Renamed is_safe_url() to url_has_allowed_host_and_scheme().
Carlton Gibson
2019-04-08
Fixed #30304 -- Added support for the HttpOnly, SameSite, and Secure flags on...
Ran Benita
2019-02-14
Refs #15902 -- Deprecated storing user's language in the session.
Claude Paroz
2019-01-28
Fixed #29825 -- Fixed JS ngettext if the string is a non-plural msgid in the ...
Claude Paroz
2018-06-22
Fixed #29511 -- Added charset to JavaScriptCatalog's Content-Type header.
Tim Graham
2018-06-21
Removed views.i18n.null_javascript_catalog().
Tim Graham
2018-01-03
Fixed #28982 -- Simplified code with and/or.
Дилян Палаузов
2018-01-03
Refs #15902 -- Made set_language() view always set the current language in a ...
Claude Paroz
2017-08-23
Removed unneeded iter() calls.
Sergey Fedoseev
2017-06-06
Fixed #18394 -- Added error for invalid JavaScriptCatalog packages
Claude Paroz
2017-06-01
Refs #23968 -- Removed unnecessary lists, generators, and tuple calls.
Jon Dufresne
2017-05-25
Fixed #28221 -- Fixed plural fallback translations in JavaScriptCatalog view
Claude Paroz
2017-05-20
Refs #28221 -- Honor plural number in JavaScriptCatalog
Claude Paroz
2017-05-08
Refs #27795 -- Stopped converting integer format settings to str in JS/JSON i...
Claude Paroz
2017-03-03
Refs #27656 -- Updated django.views docstring verbs according to PEP 257.
Anton Samarchyan
2017-02-27
Imported django.http classes instead of django.http.
Asif Saifuddin Auvi
2017-01-26
Refs #23919 -- Replaced usage of django.utils.http utilities with Python equi...
Claude Paroz
2017-01-18
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-17
Refs #19567 -- Removed deprecated javascript_catalog() and json_catalog() views.
Tim Graham
2016-12-14
Fixed #27418 -- Fixed occasional missing plural forms in JavaScriptCatalog.
Waldemar Kornewald
2016-10-22
Fixed #27374 -- Made JavaScriptCatalog respect the packages argument.
Alvin Lindstam
2016-09-07
Refs #26956 -- Allowed is_safe_url() to validate against multiple hosts
Jon Dufresne
2016-09-03
Replaced smart_* by force_* calls whenever possible
Claude Paroz
2016-08-19
Refs #26902 -- Protected against insecure redirects in set_language().
Przemysław Suliga
2016-04-28
Fixed #26553 -- Removed unneeded loop in views/i18n.py
Tim Graham
2016-04-15
Fixed #19567 -- Added JavaScriptCatalog and JSONCatalog class-based views
Claude Paroz
2016-04-09
Fixed #26466 -- Added HTTP_REFERER decoding to i18n set_language() view.
Miikka Salminen
2016-04-08
Fixed E128 flake8 warnings in django/.
Tim Graham
2016-03-29
Fixed #21446 -- Allowed not performing redirect in set_language view
Krzysztof Jurewicz
2016-03-08
Reused the DjangoTranslation class for the javascript_catalog view
Claude Paroz
2016-01-25
Fixed #26125 -- Fixed E731 flake warnings.
userimack
2015-12-31
Fixed #26013 -- Moved django.core.urlresolvers to django.urls.
Marten Kenbeek
2015-08-05
Fixed #22404 -- Added a view that exposes i18n catalog as a JSON
Sergey Kolosov
2015-05-13
Removed unnecessary arguments in .get method calls
Piotr Jakimiak
[next]