From 3304afa67a39df10dca432aa5297d15a1795aae6 Mon Sep 17 00:00:00 2001 From: Joseph Kocherhans Date: Wed, 24 Feb 2010 19:39:04 +0000 Subject: [PATCH] Fixed #12944. Added Django version to the main part of the debug page. Thanks, robhudson. git-svn-id: http://code.djangoproject.com/svn/django/trunk@12580 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- django/views/debug.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/django/views/debug.py b/django/views/debug.py index 6efed55927..6312d01c07 100644 --- a/django/views/debug.py +++ b/django/views/debug.py @@ -419,6 +419,10 @@ TECHNICAL_500_TEMPLATE = """ Request URL: {{ request.build_absolute_uri|escape }} + + Django Version: + {{ django_version_info }} + Exception Type: {{ exception_type }}