Django

Code

root/django/trunk/docs/request_response.txt


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @7814 [7814] 07/01/08 10:10:51 jacob Fixed #2070: refactored Django's file upload capabilities. A description …
(edit) @7510 [7510] 04/29/08 19:03:45 adrian Added 'Setting headers' and 'Telling the browser to treat the response as …
(edit) @7361 [7361] 03/24/08 23:42:21 adrian Edited some docs changes from the past few days
(edit) @7334 [7334] 03/20/08 02:16:16 mtredinnick Fixed #6616 -- Added an is_ajax() method to HttpRequest that uses the de …
(edit) @7303 [7303] 03/18/08 15:58:39 ubernostrum Fixed #6382: Documented request.urlconf
(edit) @7294 [7294] 03/18/08 09:54:39 mtredinnick Added "svn:eol-style native" to every text file in the tree (*.txt, …
(edit) @7122 [7122] 02/15/08 23:15:09 adrian Made a bunch of small doc rewordings from changes over the past couple of …
(edit) @7081 [7081] 02/03/08 19:48:53 mtredinnick Fixed #6278 -- Documented that the 404 template is passed a RequestContext?
(edit) @6941 [6941] 12/17/07 06:50:06 mtredinnick Fixed #6119 -- Documented HttpRequest.get_host(). Thanks, PJCrosier.
(edit) @6923 [6923] 12/17/07 00:59:01 mtredinnick Small typo fixes. Thanks, jdetaeye, Ionut Ciocirlan, David Reynolds and …
(edit) @6881 [6881] 12/04/07 00:16:28 adrian Edited docs/request_response.txt changes from [6808]
(edit) @6809 [6809] 12/01/07 14:12:44 ubernostrum Correcting some awkward wording/spelling in docs/request_response.txt …
(edit) @6808 [6808] 12/01/07 14:11:55 ubernostrum Fixed #5550: Documented the context used by the default view for 404 and …
(edit) @6469 [6469] 10/09/07 21:20:32 russellm Fixed #5723 -- Fixed typo in request response docs. Thanks, derelm.
(edit) @6385 [6385] 09/19/07 21:02:54 adrian Fixed #5525 -- Fixed typo in docs/request_response.txt. Thanks, Thomas …
(edit) @6189 [6189] 09/14/07 10:21:30 adrian Added 'New in Django development version' note to …
(edit) @6164 [6164] 09/14/07 00:28:00 mtredinnick Fixed #987 -- Convert relative URI portions into absolute URIs in HTTP …
(edit) @6160 [6160] 09/13/07 23:12:02 adrian Edited docs/request_response.txt change from [6155]
(edit) @6155 [6155] 09/13/07 22:17:46 mtredinnick Fixed #4726 -- Added a note about the exception raised by …
(edit) @5846 [5846] 08/11/07 04:47:52 mtredinnick Added "new in development version" annotation to HttpRequest.encoding …
(edit) @5845 [5845] 08/11/07 04:47:38 mtredinnick Documented the encoding attribute on the HttpRequest class.
(edit) @5844 [5844] 08/11/07 04:37:42 mtredinnick Fixed #3526 -- Added content_type as an alias for mimetype to the …
(edit) @5817 [5817] 08/06/07 00:34:45 adrian Fixed #4985 -- Clarified location of HttpResponse in …
(edit) @5063 [5063] 04/23/07 16:24:41 simon Added HTTP_HOST example header
(edit) @4956 [4956] 04/08/07 20:04:19 adrian Fixed #3968 -- Fixed typo in docs/request_response.txt
(edit) @4890 [4890] 04/01/07 00:18:47 adrian Documented HttpResponseBadRequest?. Refs #3847 and [4867]
(edit) @4804 [4804] 03/23/07 15:45:30 ubernostrum Remove notes about things added/removed in development version, since the …
(edit) @4538 [4538] 02/17/07 22:42:15 adrian Copy edited new docs in docs/request_response.txt from [4534]
(edit) @4534 [4534] 02/16/07 22:59:49 mtredinnick Fixed #2906 -- Added documentation about HTTP error code returns and …
(edit) @4420 [4420] 01/24/07 14:08:47 adrian Fixed #3333 -- Docs now use relative links, not hard-coded …
(edit) @3913 [3913] 10/23/06 02:46:22 mtredinnick Fixed #2929 -- Replaced a few occurrences of DEFAULT_MIME_TYPE with the …
(edit) @3545 [3545] 08/09/06 10:40:24 adrian Fixed #2503 -- Fixed HttpResponse.delete_cookie() to work properly. It now …
(edit) @3410 [3410] 07/21/06 11:20:22 jacob Fixed #2092: added a "is_secure()" method to HttpRequest which correctly …
(edit) @3360 [3360] 07/18/06 21:09:26 mtredinnick Fixed #2332 -- Introduced is_authenticated() method on User and …
(edit) @3192 [3192] 06/21/06 23:56:35 adrian Fixed typo in docs/request_response.txt
(edit) @3191 [3191] 06/21/06 18:06:24 jacob Fixed a few small rst errors in request/response and fastcgi docs.
(edit) @3164 [3164] 06/19/06 22:48:31 adrian Added 'method' attribute to HttpRequest objects
(edit) @3144 [3144] 06/18/06 21:04:37 mtredinnick Fixed #1646 -- Added HttpResponseNotAllowed?, as suggested by Ian Holsman.
(edit) @2869 [2869] 05/09/06 10:21:28 adrian Fixed #1815 -- Fixed ReST errors in docs. Thanks, nico@teknico.net
(edit) @2809 [2809] 05/01/06 20:31:56 adrian MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly …
(edit) @2639 [2639] 04/09/06 18:54:34 adrian Fixed #1569 -- HttpResponse now accepts iterators. Thanks, Maniac
(edit) @1898 [1898] 01/10/06 18:11:29 adrian Removed 'Only in Django development version' messages from the docs, …
(edit) @1868 [1868] 01/08/06 17:41:33 adrian Fixed bug in docs/request_response.txt. Thanks, Anders Hovmöller
(edit) @1816 [1816] 01/03/06 17:57:14 adrian Fixed #1117 -- Added HttpResponsePermanentRedirect?
(edit) @1504 [1504] 11/29/05 22:08:46 adrian Fixed #736 -- Changed behavior of QueryDict? items() to be more consistent, …
(edit) @1498 [1498] 11/29/05 18:19:15 adrian Fixed #709 -- Added a contains method to MultiValueDict?. Thanks, …
(edit) @1035 [1035] 10/31/05 19:02:07 adrian Fixed #508 -- Added support for 'expires' in cookies and changed session …
(edit) @711 [711] 09/27/05 11:33:25 adrian Fixed #567 -- Added HttpRequest.has_key() method. Thanks, …
(edit) @668 [668] 09/22/05 20:17:39 adrian Fixed #236 -- Added HttpResponse.delete_cookie() method.
(edit) @613 [613] 09/02/05 14:39:47 adrian Fixed #394 -- Trailing-slash redirects now retain duplicate name-value …
(edit) @593 [593] 09/01/05 00:12:25 adrian Fixed inevitable ReST bugs in [592]
(add) @592 [592] 09/01/05 00:10:30 adrian Added docs/request_response.txt
Note: See TracRevisionLog for help on using the revision log.