summaryrefslogtreecommitdiff
path: root/django/shortcuts.py
AgeCommit message (Expand)Author
2025-09-26Fixed #36142 -- Made Http404 messages in *_or_404() shortcuts translatable.Romain DA COSTA VIEIRA
2024-11-14Fixed #35784 -- Added support for preserving the HTTP request method in HttpR...Lorenzo Peña
2024-01-26Applied Black's 2024 stable style.Mariusz Felisiak
2023-07-24Fixed #34714 -- Added aget_object_or_404()/aget_list_or_404() shortcuts.Olivier Tabone
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-10-18Refs #32956 -- Changed docs to treat the acronym HTTP phonetically.David Smith
2020-10-28Made small readability improvements.Martin Thoma
2019-01-17Refs #25978 -- Removed shortcuts.render_to_response() per deprecation timeline.Tim Graham
2018-05-16Added missing word to render_to_response deprecation warning.Richard Morrison
2018-02-19Fixed #29135 -- Prevented get_object/list_or_404() from hiding AttributeError...dizballanze
2017-11-06Fixed #28776 -- Fixed a/an/and typos in docs and comments.Дилян Палаузов
2017-09-28Added missing punctuation in django/shortcuts.py docstring.Tim Graham
2017-04-27Refs #27795 -- Replaced many force_text() with str()Claude Paroz
2017-03-04Refs #27656 -- Updated remaining docstring verbs according to PEP 257.Anton Samarchyan
2017-02-11Fixed #25978 -- Deprecated shorcuts.render_to_response().Tim Graham
2017-02-01Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments.Vytis Banaitis
2017-01-18Refs #23919 -- Removed six.<various>_types usageClaude Paroz
2016-03-29Fixed #10532 -- Relaxed hard-type checking in get_object/list_or_404 shortcutsClaude Paroz
2015-12-31Fixed #26013 -- Moved django.core.urlresolvers to django.urls.Marten Kenbeek
2015-09-23Removed dictionary and context_instance parameters for render functions.Tim Graham
2015-09-23Removed dirs parameter in template engine methods and related funtions.Tim Graham
2015-09-23Removed current_app argument to render() and TemplateResponse().Tim Graham
2015-08-31Fixed #25331 -- Removed trailing blank lines in docstrings.Maxime Lorant
2015-06-24Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham
2015-03-13Fed tuples to startswith when appropriateClaude Paroz
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2015-02-03Fixed #24168 -- Allowed selecting a template engine in a few APIs.Aymeric Augustin
2015-01-10Fixed #24097 -- Prevented AttributeError in redirect_to_loginClaude Paroz
2015-01-07Restored support for multiple template names in render(_to_response).Aymeric Augustin
2014-12-28Deprecated current_app in TemplateResponse and render(_to_response).Aymeric Augustin
2014-12-28Deprecated some arguments of django.shortcuts.render(_to_response).Aymeric Augustin
2014-12-28Simplified implementation of django.shortcuts.render(_to_response).Aymeric Augustin
2014-12-28Supported multiple template engines in render_to_string.Aymeric Augustin
2014-02-15Moved relative URL handling added in refs #21177 to a better place.Tim Graham
2013-11-19Changed shortcuts from being a package to just being a moduleAlex Gaynor