summaryrefslogtreecommitdiff
path: root/django/shortcuts
AgeCommit message (Expand)Author
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