summaryrefslogtreecommitdiff
path: root/django/shortcuts.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-13/+28
* Refs #32956 -- Changed docs to treat the acronym HTTP phonetically.David Smith2021-10-181-3/+3
* Made small readability improvements.Martin Thoma2020-10-281-4/+3
* Refs #25978 -- Removed shortcuts.render_to_response() per deprecation timeline.Tim Graham2019-01-171-17/+0
* Added missing word to render_to_response deprecation warning.Richard Morrison2018-05-161-1/+1
* Fixed #29135 -- Prevented get_object/list_or_404() from hiding AttributeError...dizballanze2018-02-191-6/+5
* Fixed #28776 -- Fixed a/an/and typos in docs and comments.Дилян Палаузов2017-11-061-2/+2
* Added missing punctuation in django/shortcuts.py docstring.Tim Graham2017-09-281-2/+2
* Refs #27795 -- Replaced many force_text() with str()Claude Paroz2017-04-271-2/+1
* Refs #27656 -- Updated remaining docstring verbs according to PEP 257.Anton Samarchyan2017-03-041-5/+5
* Fixed #25978 -- Deprecated shorcuts.render_to_response().Tim Graham2017-02-111-0/+8
* Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments.Vytis Banaitis2017-02-011-6/+2
* Refs #23919 -- Removed six.<various>_types usageClaude Paroz2017-01-181-2/+1
* Fixed #10532 -- Relaxed hard-type checking in get_object/list_or_404 shortcutsClaude Paroz2016-03-291-22/+22
* Fixed #26013 -- Moved django.core.urlresolvers to django.urls.Marten Kenbeek2015-12-311-7/+7
* Removed dictionary and context_instance parameters for render functions.Tim Graham2015-09-231-41/+5
* Removed dirs parameter in template engine methods and related funtions.Tim Graham2015-09-231-7/+5
* Removed current_app argument to render() and TemplateResponse().Tim Graham2015-09-231-21/+2
* Fixed #25331 -- Removed trailing blank lines in docstrings.Maxime Lorant2015-08-311-1/+0
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-241-3/+3
* Fed tuples to startswith when appropriateClaude Paroz2015-03-131-1/+1
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-7/+9
* Fixed #24168 -- Allowed selecting a template engine in a few APIs.Aymeric Augustin2015-02-031-6/+10
* Fixed #24097 -- Prevented AttributeError in redirect_to_loginClaude Paroz2015-01-101-0/+7
* Restored support for multiple template names in render(_to_response).Aymeric Augustin2015-01-071-2/+3
* Deprecated current_app in TemplateResponse and render(_to_response).Aymeric Augustin2014-12-281-1/+14
* Deprecated some arguments of django.shortcuts.render(_to_response).Aymeric Augustin2014-12-281-21/+32
* Simplified implementation of django.shortcuts.render(_to_response).Aymeric Augustin2014-12-281-19/+16
* Supported multiple template engines in render_to_string.Aymeric Augustin2014-12-281-3/+15
* Moved relative URL handling added in refs #21177 to a better place.Tim Graham2014-02-151-0/+6
* Changed shortcuts from being a package to just being a moduleAlex Gaynor2013-11-191-0/+162