Changeset 5817
- Timestamp:
- 08/06/07 00:34:45 (1 year ago)
- Files:
-
- django/trunk/docs/request_response.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/request_response.txt
r5063 r5817 298 298 is responsible for instantiating, populating and returning an ``HttpResponse``. 299 299 300 The ``HttpResponse`` class lives at ``django.http.HttpResponse``.300 The ``HttpResponse`` class lives in the ``django.http`` module. 301 301 302 302 Usage
