Changeset 6167
- Timestamp:
- 09/14/07 00:39:59 (1 year ago)
- Files:
-
- django/trunk/django/http/__init__.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/django/http/__init__.py
r6166 r6167 55 55 """ 56 56 if not location: 57 location = request.get_full_path()57 location = self.get_full_path() 58 58 if not ':' in location: 59 59 current_uri = '%s://%s%s' % (self.is_secure() and 'https' or 'http',
