Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/views/debug.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25037 -- Added request.user to the debug view.John Moses2015-10-051-0/+7
* Removed unused views.debug.linebreak_iter() function.Tim Graham2015-09-241-9/+0
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-5/+7
* Fixed #25099 -- Fixed crash in AdminEmailHandler on Disal...Vlastimil Zíma2015-09-041-3/+3
* Refs #25236 -- Removed ifequal/ifnotequal usage.Tim Graham2015-08-081-7/+7
* Fixed #25147 -- Fixed debug view copy-paste/interactive t...Tim Graham2015-07-201-1/+1
* Fixed #25099 -- Cleaned up HttpRequest representations in...Vlastimil Zíma2015-07-141-16/+7
* Improved whitespace in debug templates.Tim Graham2015-07-141-24/+26
* Ref #23643 -- Added plain text report of exception chain.Tomáš Ehrlich2015-06-011-4/+9
* Refs #23643 -- Fixed debug view regression on Python 2.Luca Ferroni2015-05-291-2/+4
* Fixed #24119, #24120 -- Formalized debug integration for ...Preston Timmons2015-05-071-23/+5
* Improved display of template loader postmortem on debug p...Preston Timmons2015-04-221-73/+57
* Removed cases of six.iter* wrapped in a list()Curtis Maloney2015-04-181-1/+1
* Fixed #24440 -- Added padding to debug view stacktrace li...andy matthews2015-03-231-2/+2
* Cleaned up the template debug implementation.Preston Timmons2015-03-201-48/+1
* Fixes #23643 -- Added chained exception details to debug ...Tomáš Ehrlich2015-03-141-3/+52
* Fixed #24455 -- Fixed crash in debug view with lazy objectsBas Peschier2015-03-101-1/+9
* Fixed #24399 -- Made filesystem loaders use more specific...Preston Timmons2015-03-031-4/+0
* Fixed a crash of the debug page.Aymeric Augustin2015-02-101-3/+2
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-7/+6
* Caught all exceptions raised by Engine.get_default().Aymeric Augustin2015-02-051-2/+5
* Made debug views not crash when there isn't a default tem...Aymeric Augustin2015-01-121-19/+34
* Deprecated TEMPLATE_LOADERS.Aymeric Augustin2014-12-281-3/+3
* Fixed #23968 -- Replaced list comprehension with generato...Jon Dufresne2014-12-081-1/+1
* Removed direct references to template-related settings.Aymeric Augustin2014-11-231-3/+5
* Moved template loaders management in Engine.Aymeric Augustin2014-11-231-2/+3
* Simplified caching of the default exception reporter filter.Aymeric Augustin2014-11-191-11/+8
* Refactored getting the list of template loaders.Aymeric Augustin2014-11-161-6/+8
* Limited lines to 119 characters in django/Tim Graham2014-09-051-19/+55
* Fixed #20368 -- Made TECHNICAL_500 more robust against ba...Walter Doekes2014-08-131-1/+11
* Fixed code to solve #23070 problemHiroki KIYOHARA2014-07-261-1/+15
* Fixed #22756 -- Added view name to technical 404 template...Julia Matsieva2014-06-301-1/+26
* Fixed #21668 -- Return detailed error page when Suspiciou...Anubhav Joshi2014-06-241-7/+7
* Prevented markup escape in 'Welcome to Django' pageClaude Paroz2014-06-121-2/+2
* Fixed #22635 -- Made "It worked!" page localizable.Markus Amalthea Magnuson2014-05-191-8/+17
* Fixed #22306 -- Deprecated future versions of cycle and f...Maxime Turcotte2014-03-281-1/+1
* Removed contrib.comments per deprecation timeline.Tim Graham2014-03-211-1/+1
* Corrected a pair of flake8 violationsAlex Gaynor2014-02-151-1/+1
* Improved fix for #18373 -- backward compatibilityGrzegorz Nosek2014-02-151-4/+7
* Fixed some flake8 errors from recent commits.Tim Graham2014-02-151-1/+1
* Fixed #18373 - improved handling of Resolver404s from viewsGrzegorz Nosek2014-02-151-3/+5
* Fixed #21674 -- Deprecated the import_by_path() function ...Berker Peksag2014-02-081-2/+2
* Used app_label instead of appname.Aymeric Augustin2013-12-281-1/+1
* Fixed #21530 -- Prevent AttributeError in default URLconf...Baptiste Mispelon2013-12-071-1/+1
* Fixed E125 pep8 warningsChristopher Medrela2013-11-281-3/+3
* Fixed #21443 -- Cannot show debug info on PY3's importlibBouke Haarsma2013-11-221-1/+4
* Fixed all E226 violationsAlex Gaynor2013-11-031-4/+4
* Correct flake8 E302 violationsRay Ashman Jr2013-11-031-0/+9
* Fixed all E261 warningscoagulant2013-11-021-1/+1
* Fixed #21345: Don't evaluate callable settings in the deb...Baptiste Mispelon2013-10-301-0/+4