Changeset 5315
- Timestamp:
- 05/22/07 03:22:54 (1 year ago)
- Files:
-
- django/branches/unicode/django/views/debug.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/branches/unicode/django/views/debug.py
r5193 r5315 126 126 c = Context({ 127 127 'exception_type': exc_type.__name__, 128 'exception_value': exc_value,128 'exception_value': smart_unicode(exc_value, errors='replace') 129 129 'frames': frames, 130 130 'lastframe': frames[-1],
