Author: adrian Date: 2007-08-06 00:34:45 -0500 (Mon, 06 Aug 2007) New Revision: 5817
Modified: django/trunk/docs/request_response.txt Log: Fixed #4985 -- Clarified location of HttpResponse in docs/request_response.txt. Thanks for raising the issue, [EMAIL PROTECTED] Modified: django/trunk/docs/request_response.txt =================================================================== --- django/trunk/docs/request_response.txt 2007-08-06 05:33:18 UTC (rev 5816) +++ django/trunk/docs/request_response.txt 2007-08-06 05:34:45 UTC (rev 5817) @@ -297,7 +297,7 @@ Django, ``HttpResponse`` objects are your responsibility. Each view you write is responsible for instantiating, populating and returning an ``HttpResponse``. -The ``HttpResponse`` class lives at ``django.http.HttpResponse``. +The ``HttpResponse`` class lives in the ``django.http`` module. Usage ----- --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
