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
/
shortcuts
/
__init__.py
Age
Commit message (
Expand
)
Author
2013-11-19
Changed shortcuts from being a package to just being a module
Alex Gaynor
2013-11-02
More attacking E302 violators
Alex Gaynor
2013-09-22
Fixed a mistake in my previous commit.
Aymeric Augustin
2013-09-22
Removed a few trailing backslashes.
Aymeric Augustin
2013-06-29
More import removals
Claude Paroz
2013-06-28
Removed 'mimetype' arguments from a few places, as per deprecation TL.
Ramiro Morales
2013-01-31
Fixed #19692 -- Completed deprecation of mimetype in favor of content_type.
Aymeric Augustin
2012-12-12
Fixed #19432 -- Provided better error message for get_object_or_404
Claude Paroz
2012-11-23
Fix spelling error in the docstring
Rigel Di Scala
2012-09-08
Fixed #15552 -- LOGIN_URL and LOGIN_REDIRECT_URL can take URLpattern names.
Carl Meyer
2012-06-30
Removed usage of mimetype kwarg of HttpResponse
Claude Paroz
2011-01-05
Fixed #15010 -- Added current_app parameter to close gap between TemplateResp...
Jannis Leidel
2010-12-22
Fixed #14936 -- Tweaked the new render shortcut to reflect non-legacy argumen...
Russell Keith-Magee
2010-12-21
Fixed #12816 -- Added a render() shortcut.
Russell Keith-Magee
2010-01-10
Fixed #11960 -- Improved error message for redirects. Thanks, mattmcc
Adrian Holovaty
2009-03-21
Fixed #10194: added `django.shortcuts.redirect`, a do-what-I-mean redirect sh...
Jacob Kaplan-Moss
2007-12-02
Fixed #3511 -- Changed QuerySet.get() to return a MultipleObjectsReturned exc...
Malcolm Tredinnick
2007-09-15
Fixed #5483 -- Removed django.shortcuts.load_and_render, which was replaced a...
Adrian Holovaty
2007-09-14
Fixed breakage introduced in the recent render_to_response() change
Adrian Holovaty
2007-09-14
Fixed #1504 -- render_to_response() now takes a mimetype parameter
Adrian Holovaty
2007-07-25
Changed docstring additions from [5744] to use active verbs ('returns' instea...
Adrian Holovaty
2007-07-22
Corrected typo in [5746].
Gary Wilson Jr
2007-07-22
Fixed #4373 -- Modified the get_object_or_404/get_list_or_404 shortcuts to al...
Gary Wilson Jr
2007-07-22
Shortcut functions do not accept `QuerySet` objects, yet :)
Gary Wilson Jr
2007-07-22
Added docstrings to shortcuts module and functions.
Gary Wilson Jr
2007-06-22
Backed out the changes in [5482] for a bit whilst some more investigation into
Malcolm Tredinnick
2007-06-17
Fixed #4565 -- Changed template rendering to use iterators, rather than
Malcolm Tredinnick
2007-03-20
Fixed #3767 -- Added reason to Http404 exception raised in get_object_or_404 ...
Adrian Holovaty
2007-01-03
Fixed #2756 -- Modified the get_object_or_404/get_list_or_404 shortcuts to ac...
Russell Keith-Magee
2006-05-31
Added *args to get_list_or_404, too (refs #2048).
Jacob Kaplan-Moss
2006-05-31
Fixed #2048 - get_object_or_404 now allows *args as well. Thanks, Joeboy
Jacob Kaplan-Moss
2006-05-02
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...
Adrian Holovaty