summaryrefslogtreecommitdiff
path: root/django/views/debug.py
Commit message (Expand)AuthorAgeFilesLines
* gis: Merged revisions 7981-8001,8003-8011,8013-8033,8035-8036,8038-8039,8041-...archive/attic/gisattic/gisJustin Bronn2008-08-051-2/+0
* gis: Merged revisions 7921,7926-7928,7938-7941,7945-7947,7949-7950,7952,7955-...Justin Bronn2008-07-191-169/+202
* gis: Merged revisions 7837-7838,7842-7852,7856-7869,7871,7876-7877,7882-7891,...Justin Bronn2008-07-131-2/+2
* gis: Merged revisions 7280-7353 via svnmerge from trunk.Justin Bronn2008-03-231-3/+14
* gis: Merged revisions 7044-7102 via svnmerge from trunk.Justin Bronn2008-02-081-5/+13
* gis: Merged revisions 6920-6989 via svnmerge from trunk.Justin Bronn2008-01-021-1/+1
* gis: Merged revisions 6672,6686-6688,6690,6693,6707-6708,6726,6730,6753,6755-...Justin Bronn2007-12-151-30/+63
* gis: Merged 6672-6783 vis svnmerge from trunkJeremy Dunck2007-12-011-6/+6
* gis: Merged revisions 6614-6671 via svnmerge from trunk.Justin Bronn2007-11-141-15/+15
* gis: Merged revisions 6525-6613 via svnmerge from [repos:django/trunk trunk].Justin Bronn2007-10-261-5/+4
* gis: Made necessary modifications for unicode, manage refactor, backend refac...Justin Bronn2007-08-261-1/+30
* gis: Merged revisions 5491-5539 via svnmerge from Jeremy Dunck2007-06-251-3/+3
* gis: Merged revisions 4786-5490 via svnmerge from Jeremy Dunck2007-06-181-20/+49
* Fixed #2968 -- Changed arguments to __import__ to use empty dictionary instea...Adrian Holovaty2006-10-301-1/+1
* Avoid displaying the profanities list in the debug output. Makes it a bit moreMalcolm Tredinnick2006-09-241-1/+1
* Added some escaping of request.path to django/views/debug.py. Thanks, Simon G...Adrian Holovaty2006-09-051-8/+8
* Changed template names from [3707] to remove initial caps, to fit our style.Adrian Holovaty2006-09-041-3/+3
* Refs #2333 - Re-added the template rendering signal for testing purposes; how...Russell Keith-Magee2006-09-021-3/+3
* Reverted [3659], the 'name' field on Template objects and the signal emitted ...Adrian Holovaty2006-08-271-3/+3
* Refs #2333 - Added a signal that is emitted whenever a template is rendered, ...Russell Keith-Magee2006-08-271-3/+3
* Second half of little cleanup tweaks suggested by pyflakes.Jacob Kaplan-Moss2006-07-211-2/+0
* Fixed #2092: added a "is_secure()" method to HttpRequest which correctly hand...Jacob Kaplan-Moss2006-07-211-2/+2
* Fixed #2153 -- display debugging template even if no stack frame is found.Malcolm Tredinnick2006-06-141-0/+6
* Fixed #1785 -- debug view no longer assumes _get_lines_from_file returns None...Adrian Holovaty2006-05-061-12/+13
* Fixed #1059 -- Fixed off-by-one line number in heading of debug error pages.Adrian Holovaty2006-05-021-6/+6
* MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty2006-05-021-5/+5
* Fixed #1420 -- Added copy-and-paste (pastebin-friendly) toggle for debug view...Adrian Holovaty2006-02-281-39/+71
* Fixed #1059 -- Fixed line numbers off-by-one error in debug outputAdrian Holovaty2006-02-271-3/+3
* Fixed a bunch of errors detected by pychecker -- unneeded imports and shadows...Adrian Holovaty2006-01-191-1/+1
* Changed debug error view to escape the exception value, so that values in ang...Adrian Holovaty2006-01-051-1/+1
* Fixed #998 -- Fixed edge-case bug in debug view for templates with only one l...Adrian Holovaty2005-12-091-0/+1
* Added 'It worked' page, in a empty_urlconf() view in views/debug.py. It's cal...Adrian Holovaty2005-12-071-36/+88
* Debug 400 page now displays special error message if your URLconf is empty.Adrian Holovaty2005-12-061-11/+21
* now really fixed the source formatting. brought to you by the magics of IRC-b...Georg Bauer2005-11-251-7/+6
* just another small fix to the template_debug layoutGeorg Bauer2005-11-241-2/+2
* fixed debug view for templates so it starts counting with 1Georg Bauer2005-11-241-0/+1
* small fix to the template_debug stuff, it was dropping last characters and di...Georg Bauer2005-11-241-3/+2
* Fixed #892 -- TemplateDoesNotExist errors now get a 'Template-loader postmort...Adrian Holovaty2005-11-241-4/+43
* changed the linebreaks_iter function to use str.find instead of re.finditer, ...Georg Bauer2005-11-241-4/+5
* Added Wilson's HTML tweaks to the template error screenAdrian Holovaty2005-11-231-5/+5
* Added Wilson's CSS tweaks to the template error screenAdrian Holovaty2005-11-231-2/+4
* Fixed #603 -- Added template debugging errors to pretty error-page output, if...Adrian Holovaty2005-11-231-30/+95
* Fixed #874 -- Changed debug views to use text/html mime-type instead of DEFAU...Adrian Holovaty2005-11-221-2/+2
* Fixed #842 -- 500 error view no longer breaks for local variable named 'items...Adrian Holovaty2005-11-201-2/+2
* Fixed #825; thanks for the suggestions, aaronswJacob Kaplan-Moss2005-11-171-5/+6
* Fixed #823 - cleaned up invalid HTML in debug error template. Thanks, SuneJacob Kaplan-Moss2005-11-171-8/+10
* Fixed #822 -- Changed 500 view to use disclosure triangles instead of up/down...Adrian Holovaty2005-11-171-23/+23
* Fixed #799: any setting with "SECRET" or "PASSWORD" in the name is escaped in...Jacob Kaplan-Moss2005-11-151-2/+15
* Added NOINDEX tag to debug 500 page (for robots)Jacob Kaplan-Moss2005-11-141-0/+1
* Added "pretty" error pages to be used when DEBUG is True.Jacob Kaplan-Moss2005-11-141-0/+438