diff --git a/django/contrib/history/templates/history/detail.html b/django/contrib/history/templates/history/detail.html index 49d4947d58..651b9af800 100644 --- a/django/contrib/history/templates/history/detail.html +++ b/django/contrib/history/templates/history/detail.html @@ -1,13 +1,60 @@ {% if change %} +

ChangeLog

+ + + + + + + + + +{% for field in change_fields %} + + + + + +{% endfor %} + +
NameValueVerbose
{{ field.name }}{{ field.data_type }}{% if field.verbose %} + {{ field.verbose|escape }} + {% endif %} + {% if field.help_text %} - + {{ field.help_text|escape }} + {% endif %}
+ +

{{ object }}

+ + + + + + + + + +{% for field in object_fields %} + + + + + +{% endfor %} + +
NameValueVerbose
{{ field.name }}{{ field.data_type }}{{ field.verbose }}
+ +