Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/shortcuts
Commit message (Expand)AuthorAgeFilesLines
* Fixed #19692 -- Completed deprecation of mimetype in favo...Aymeric Augustin2013-01-311-1/+9
* Fixed #19432 -- Provided better error message for get_obj...Claude Paroz2012-12-121-1/+9
* Fix spelling error in the docstringRigel Di Scala2012-11-231-1/+1
* Fixed #15552 -- LOGIN_URL and LOGIN_REDIRECT_URL can take...Carl Meyer2012-09-091-17/+32
* Removed usage of mimetype kwarg of HttpResponseClaude Paroz2012-06-301-1/+1
* Fixed #15010 -- Added current_app parameter to close gap ...Jannis Leidel2011-01-051-1/+12
* Fixed #14936 -- Tweaked the new render shortcut to reflec...Russell Keith-Magee2010-12-221-1/+4
* Fixed #12816 -- Added a render() shortcut.Russell Keith-Magee2010-12-211-10/+22
* Fixed #11960 -- Improved error message for redirects. Tha...Adrian Holovaty2010-01-101-0/+3
* Fixed #10194: added `django.shortcuts.redirect`, a do-wha...Jacob Kaplan-Moss2009-03-211-1/+40
* Fixed #3511 -- Changed QuerySet.get() to return a Multipl...Malcolm Tredinnick2007-12-021-1/+1
* Fixed #5483 -- Removed django.shortcuts.load_and_render, ...Adrian Holovaty2007-09-151-1/+0
* Fixed breakage introduced in the recent render_to_respons...Adrian Holovaty2007-09-141-1/+1
* Fixed #1504 -- render_to_response() now takes a mimetype ...Adrian Holovaty2007-09-141-1/+2
* Changed docstring additions from [5744] to use active ver...Adrian Holovaty2007-07-251-6/+6
* Corrected typo in [5746].Gary Wilson Jr2007-07-221-1/+1
* Fixed #4373 -- Modified the get_object_or_404/get_list_or...Gary Wilson Jr2007-07-221-17/+24
* Shortcut functions do not accept `QuerySet` objects, yet :)Gary Wilson Jr2007-07-221-2/+2
* Added docstrings to shortcuts module and functions.Gary Wilson Jr2007-07-221-3/+26
* Backed out the changes in [5482] for a bit whilst some mo...Malcolm Tredinnick2007-06-221-1/+1
* Fixed #4565 -- Changed template rendering to use iterator...Malcolm Tredinnick2007-06-171-1/+1
* Fixed #3767 -- Added reason to Http404 exception raised i...Adrian Holovaty2007-03-201-2/+2
* Fixed #2756 -- Modified the get_object_or_404/get_list_or...Russell Keith-Magee2007-01-031-3/+12
* Added *args to get_list_or_404, too (refs #2048).Jacob Kaplan-Moss2006-05-311-2/+2
* Fixed #2048 - get_object_or_404 now allows *args as well....Jacob Kaplan-Moss2006-05-311-2/+2
* MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is high...Adrian Holovaty2006-05-021-0/+23