| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-07-24 | Fixed #34714 -- Added aget_object_or_404()/aget_list_or_404() shortcuts. | Olivier Tabone | |
| 2022-02-07 | Refs #33476 -- Reformatted code with Black. | django-bot | |
| 2021-10-18 | Refs #32956 -- Changed docs to treat the acronym HTTP phonetically. | David Smith | |
| 2020-10-28 | Made small readability improvements. | Martin Thoma | |
| 2019-01-17 | Refs #25978 -- Removed shortcuts.render_to_response() per deprecation timeline. | Tim Graham | |
| 2018-05-16 | Added missing word to render_to_response deprecation warning. | Richard Morrison | |
| 2018-02-19 | Fixed #29135 -- Prevented get_object/list_or_404() from hiding ↵ | dizballanze | |
| AttributeError raised by QuerySet filtering. | |||
| 2017-11-06 | Fixed #28776 -- Fixed a/an/and typos in docs and comments. | Дилян Палаузов | |
| 2017-09-28 | Added missing punctuation in django/shortcuts.py docstring. | Tim Graham | |
| 2017-04-27 | Refs #27795 -- Replaced many force_text() with str() | Claude Paroz | |
| Thanks Tim Graham for the review. | |||
| 2017-03-04 | Refs #27656 -- Updated remaining docstring verbs according to PEP 257. | Anton Samarchyan | |
| 2017-02-11 | Fixed #25978 -- Deprecated shorcuts.render_to_response(). | Tim Graham | |
| 2017-02-01 | Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments. | Vytis Banaitis | |
| 2017-01-18 | Refs #23919 -- Removed six.<various>_types usage | Claude Paroz | |
| Thanks Tim Graham and Simon Charette for the reviews. | |||
| 2016-03-29 | Fixed #10532 -- Relaxed hard-type checking in get_object/list_or_404 shortcuts | Claude Paroz | |
| Thanks Anssi Kääriäinen for the patch suggestion, and Tim Graham for the review. | |||
| 2015-12-31 | Fixed #26013 -- Moved django.core.urlresolvers to django.urls. | Marten Kenbeek | |
| Thanks to Tim Graham for the review. | |||
| 2015-09-23 | Removed dictionary and context_instance parameters for render functions. | Tim Graham | |
| Per deprecation timeline. | |||
| 2015-09-23 | Removed dirs parameter in template engine methods and related funtions. | Tim Graham | |
| Per deprecation timeline. | |||
| 2015-09-23 | Removed current_app argument to render() and TemplateResponse(). | Tim Graham | |
| Per deprecation timeline. | |||
| 2015-08-31 | Fixed #25331 -- Removed trailing blank lines in docstrings. | Maxime Lorant | |
| 2015-06-24 | Renamed RemovedInDjangoXYWarnings for new roadmap. | Tim Graham | |
| Forwardport of ae1d663b7913f6da233c55409c4973248372d302 from stable/1.8.x plus more. | |||
| 2015-03-13 | Fed tuples to startswith when appropriate | Claude Paroz | |
| 2015-02-06 | Sorted imports with isort; refs #23860. | Tim Graham | |
| 2015-02-03 | Fixed #24168 -- Allowed selecting a template engine in a few APIs. | Aymeric Augustin | |
| Specifically in rendering shortcuts, template responses, and class-based views that return template responses. Also added a test for render_to_response(status=...) which was missing from fdbfc980. Thanks Tim and Carl for the review. | |||
| 2015-01-10 | Fixed #24097 -- Prevented AttributeError in redirect_to_login | Claude Paroz | |
| Thanks Peter Schmidt for the report and the initial patch. Thanks to Oktay Sancak for writing the original failing test and Alvin Savoy for supporting contributing back to the community. | |||
| 2015-01-07 | Restored support for multiple template names in render(_to_response). | Aymeric Augustin | |
| This possibility was documented but not tested. It had been broken during the multiple template engines refactor. | |||
| 2014-12-28 | Deprecated current_app in TemplateResponse and render(_to_response). | Aymeric Augustin | |
| 2014-12-28 | Deprecated some arguments of django.shortcuts.render(_to_response). | Aymeric Augustin | |
| dictionary and context_instance and superseded by context. Refactored tests that relied context_instance with more modern idioms. | |||
| 2014-12-28 | Simplified implementation of django.shortcuts.render(_to_response). | Aymeric Augustin | |
| *args, **kwargs brought more confusion than concision. | |||
| 2014-12-28 | Supported multiple template engines in render_to_string. | Aymeric Augustin | |
| Adjusted its API through a deprecation path according to the DEP. | |||
| 2014-02-15 | Moved relative URL handling added in refs #21177 to a better place. | Tim Graham | |
| Thanks apollo13: "reverse() shouldn't know about absolute/relative paths." | |||
| 2013-11-19 | Changed shortcuts from being a package to just being a module | Alex Gaynor | |
