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
This commit is contained in:
Joseph Kocherhans 2010-02-24 19:39:04 +00:00
parent ff963358d7
commit 3304afa67a
1 changed files with 4 additions and 0 deletions

View File

@ -419,6 +419,10 @@ TECHNICAL_500_TEMPLATE = """
<th>Request URL:</th>
<td>{{ request.build_absolute_uri|escape }}</td>
</tr>
<tr>
<th>Django Version:</th>
<td>{{ django_version_info }}</td>
</tr>
<tr>
<th>Exception Type:</th>
<td>{{ exception_type }}</td>