Skip to content

Commit

Permalink
Fixed #12944. Added Django version to the main part of the debug page…
Browse files Browse the repository at this point in the history
…. Thanks, robhudson.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@12580 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
jkocherhans committed Feb 24, 2010
1 parent ff96335 commit 3304afa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions django/views/debug.py
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,10 @@ def empty_urlconf(request):
<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>
Expand Down

0 comments on commit 3304afa

Please sign in to comment.