index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
views
/
decorators
Age
Commit message (
Expand
)
Author
2006-07-21
Second half of little cleanup tweaks suggested by pyflakes.
Jacob Kaplan-Moss
2006-06-20
Converted request.META['REQUEST_METHOD'] calls to request.method, throughout ...
Adrian Holovaty
2006-06-20
Fixed #2185 -- Changed django.views.decorators.http.require_http_methods deco...
Adrian Holovaty
2006-05-02
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...
Adrian Holovaty
2005-11-26
Fixed #903 -- Added login_url argument to user_passes_test view decorator. Di...
Adrian Holovaty
2005-10-29
Fixed #612 - added cache control headers (thanks, hugo)
Jacob Kaplan-Moss
2005-10-28
Fixed #703: added decorators to require that view be called with a given HTTP...
Jacob Kaplan-Moss
2005-10-23
Fixed #684 -- Fixed login_required and user_passes_test decorators. Thanks, r...
Adrian Holovaty
2005-10-22
Added django.views.decorators.auth.user_passes_test, which is a more generic ...
Adrian Holovaty
2005-10-09
Fixed #580 -- Added mega support for generating Vary headers, including some ...
Adrian Holovaty
2005-10-09
Moved vary decorators from django.utils.cache to django.views.decorators.vary
Adrian Holovaty
2005-10-06
Fixed #333 and #440 -- Split DEFAULT_MIME_TYPE setting into DEFAULT_CONTENT_T...
Adrian Holovaty
2005-07-18
Moved django.views.decorators.cache.compress_string into django.utils.text
Adrian Holovaty
2005-07-13
Imported Django from private SVN repository (created from r. 8825)
Adrian Holovaty