From 730869d19c42f7f301c4bc5bdc1f34709a8127be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Uro=C5=A1=20Trebec?= Date: Thu, 15 Mar 2007 15:51:51 +0000 Subject: [PATCH] [full-history] * Changed the template to include CHANGE_TYPE git-svn-id: http://code.djangoproject.com/svn/django/branches/full-history@4735 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- django/contrib/history/templates/history/list.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/django/contrib/history/templates/history/list.html b/django/contrib/history/templates/history/list.html index 5256e75f86..5f5bfec069 100644 --- a/django/contrib/history/templates/history/list.html +++ b/django/contrib/history/templates/history/list.html @@ -5,6 +5,7 @@ PID: Change time: Type: +Ch: {% for change in changes_list %} @@ -13,6 +14,7 @@ {{ change.object_id }} {{ change.change_time }} {{ change.content_type }} +{{ change.change_type }} {% endfor %}