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