1
0
mirror of https://github.com/django/django.git synced 2025-07-04 09:49:12 +00:00

[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
This commit is contained in:
Uroš Trebec 2007-03-15 15:51:51 +00:00
parent 374735c9ef
commit 730869d19c

View File

@ -5,6 +5,7 @@
<td>PID:</td>
<td>Change time:</td>
<td>Type:</td>
<td>Ch:</td>
</tr>
{% for change in changes_list %}
@ -13,6 +14,7 @@
<td>{{ change.object_id }}</td>
<td>{{ change.change_time }}</td>
<td>{{ change.content_type }}</td>
<td>{{ change.change_type }}</td>
</tr>
{% endfor %}