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
/
docs
/
request_response.txt
Age
Commit message (
Expand
)
Author
2007-01-31
Merged revisions 4186 to 4454 from trunk.
Robin Munn
2006-10-24
sqlalchemy: Merged revisions 3832 to 3917 from trunk.
Robin Munn
2006-08-09
Fixed #2503 -- Fixed HttpResponse.delete_cookie() to work properly. It now ta...
Adrian Holovaty
2006-07-21
Fixed #2092: added a "is_secure()" method to HttpRequest which correctly hand...
Jacob Kaplan-Moss
2006-07-19
Fixed #2332 -- Introduced is_authenticated() method on User and AnonymousUser...
Malcolm Tredinnick
2006-06-22
Fixed typo in docs/request_response.txt
Adrian Holovaty
2006-06-21
Fixed a few small rst errors in request/response and fastcgi docs.
Jacob Kaplan-Moss
2006-06-20
Added 'method' attribute to HttpRequest objects
Adrian Holovaty
2006-06-19
Fixed #1646 -- Added HttpResponseNotAllowed, as suggested by Ian Holsman.
Malcolm Tredinnick
2006-05-09
Fixed #1815 -- Fixed ReST errors in docs. Thanks, nico@teknico.net
Adrian Holovaty
2006-05-02
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...
Adrian Holovaty
2006-04-09
Fixed #1569 -- HttpResponse now accepts iterators. Thanks, Maniac
Adrian Holovaty
2006-01-11
Removed 'Only in Django development version' messages from the docs, because ...
Adrian Holovaty
2006-01-08
Fixed bug in docs/request_response.txt. Thanks, Anders Hovmöller
Adrian Holovaty
2006-01-03
Fixed #1117 -- Added HttpResponsePermanentRedirect
Adrian Holovaty
2005-11-30
Fixed #736 -- Changed behavior of QueryDict items() to be more consistent, fi...
Adrian Holovaty
2005-11-30
Fixed #709 -- Added a __contains__ method to MultiValueDict. Thanks, Brantley
Adrian Holovaty
2005-11-01
Fixed #508 -- Added support for 'expires' in cookies and changed session midd...
Adrian Holovaty
2005-09-27
Fixed #567 -- Added HttpRequest.has_key() method. Thanks, wojtek3@brandlay.com
Adrian Holovaty
2005-09-23
Fixed #236 -- Added HttpResponse.delete_cookie() method.
Adrian Holovaty
2005-09-02
Fixed #394 -- Trailing-slash redirects now retain duplicate name-value query-...
Adrian Holovaty
2005-09-01
Fixed inevitable ReST bugs in [592]
Adrian Holovaty
2005-09-01
Added docs/request_response.txt
Adrian Holovaty