Django

Code

Changeset 5817

Show
Ignore:
Timestamp:
08/06/07 00:34:45 (1 year ago)
Author:
adrian
Message:

Fixed #4985 -- Clarified location of HttpResponse in docs/request_response.txt. Thanks for raising the issue, rainer.mansfeld@romulo.de

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/request_response.txt

    r5063 r5817  
    298298is responsible for instantiating, populating and returning an ``HttpResponse``. 
    299299 
    300 The ``HttpResponse`` class lives at ``django.http.HttpResponse``
     300The ``HttpResponse`` class lives in the ``django.http`` module
    301301 
    302302Usage