index
:
chango.git
devmain
fix-31295
initial-branch
main
refs-37159
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
views
/
debug.py
Age
Commit message (
Expand
)
Author
2005-11-25
now really fixed the source formatting. brought to you by the magics of IRC-b...
Georg Bauer
2005-11-24
just another small fix to the template_debug layout
Georg Bauer
2005-11-24
fixed debug view for templates so it starts counting with 1
Georg Bauer
2005-11-24
small fix to the template_debug stuff, it was dropping last characters and di...
Georg Bauer
2005-11-24
Fixed #892 -- TemplateDoesNotExist errors now get a 'Template-loader postmort...
Adrian Holovaty
2005-11-24
changed the linebreaks_iter function to use str.find instead of re.finditer, ...
Georg Bauer
2005-11-23
Added Wilson's HTML tweaks to the template error screen
Adrian Holovaty
2005-11-23
Added Wilson's CSS tweaks to the template error screen
Adrian Holovaty
2005-11-23
Fixed #603 -- Added template debugging errors to pretty error-page output, if...
Adrian Holovaty
2005-11-22
Fixed #874 -- Changed debug views to use text/html mime-type instead of DEFAU...
Adrian Holovaty
2005-11-20
Fixed #842 -- 500 error view no longer breaks for local variable named 'items...
Adrian Holovaty
2005-11-17
Fixed #825; thanks for the suggestions, aaronsw
Jacob Kaplan-Moss
2005-11-17
Fixed #823 - cleaned up invalid HTML in debug error template. Thanks, Sune
Jacob Kaplan-Moss
2005-11-17
Fixed #822 -- Changed 500 view to use disclosure triangles instead of up/down...
Adrian Holovaty
2005-11-15
Fixed #799: any setting with "SECRET" or "PASSWORD" in the name is escaped in...
Jacob Kaplan-Moss
2005-11-14
Added NOINDEX tag to debug 500 page (for robots)
Jacob Kaplan-Moss
2005-11-14
Added "pretty" error pages to be used when DEBUG is True.
Jacob Kaplan-Moss