Kaydet (Commit) 3304afa6 authored tarafından Joseph Kocherhans's avatar Joseph Kocherhans

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
üst ff963358
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment