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
Age
Commit message (
Expand
)
Author
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