Author: adrian
Date: 2007-04-01 00:18:47 -0500 (Sun, 01 Apr 2007)
New Revision: 4890
Modified:
django/trunk/docs/request_response.txt
Log:
Documented HttpResponseBadRequest. Refs #3847 and [4867]
Modified: django/trunk/docs/request_response.txt
===================================================================
--- django/trunk/docs/request_response.txt 2007-04-01 05:05:59 UTC (rev
4889)
+++ django/trunk/docs/request_response.txt 2007-04-01 05:18:47 UTC (rev
4890)
@@ -416,6 +416,10 @@
The constructor doesn't take any arguments. Use this to designate that a
page hasn't been modified since the user's last request.
+``HttpResponseBadRequest``
+ **New in Django development version.**
+ Acts just like ``HttpResponse`` but uses a 400 status code.
+
``HttpResponseNotFound``
Acts just like ``HttpResponse`` but uses a 404 status code.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---