Changeset 4866
- Timestamp:
- 03/30/07 01:48:19 (2 years ago)
- Files:
-
- django/trunk/django/http/__init__.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/django/http/__init__.py
r4865 r4866 273 273 status_code = 304 274 274 275 class HttpResponseBadRequest(HttpResponse): 276 status_code = 400 277 275 278 class HttpResponseNotFound(HttpResponse): 276 279 status_code = 404
