Changes between Initial Version and Version 1 of Ticket #24119, comment 2
- Timestamp:
- Mar 11, 2015, 10:57:40 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24119, comment 2
initial v1 7 7 Any other engine can now show the same type of rendering traceback by supplying a `template_debug` attribute. This is a generic dictionary with values like `line`, `source_lines`, `start`, `end`, etc. 8 8 9 Th eis a lot less obtrusive than the existing implementation. Django is able to provide this information by catching errors in only two spots--one for parsing and one for rendering.9 This is a lot less obtrusive than the existing implementation. Django is able to provide this information by catching errors in only two spots--one for parsing and one for rendering.