- Timestamp:
- 06/25/07 14:33:37 (2 years ago)
- Files:
-
- django/branches/gis (modified) (1 prop)
- django/branches/gis/django/contrib/redirects/middleware.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/branches/gis
- Property svnmerge-integrated changed from /django/trunk:1-5490 to /django/trunk:1-5539
django/branches/gis/django/contrib/redirects/middleware.py
r4265 r5540 20 20 pass 21 21 if r is not None: 22 if r == '':22 if r.new_path == '': 23 23 return http.HttpResponseGone() 24 24 return http.HttpResponsePermanentRedirect(r.new_path)
