Changeset 6635
- Timestamp:
- 10/30/07 23:04:07 (8 months ago)
- Files:
-
- django/trunk/django/middleware/http.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/django/middleware/http.py
r6634 r6635 24 24 25 25 if response.has_header('Last-Modified'): 26 last_mod = response['Last-Modified']27 26 if_modified_since = request.META.get('HTTP_IF_MODIFIED_SINCE', None) 28 27 if if_modified_since == response['Last-Modified']:
