diff --git a/django/contrib/admin/templates/admin/object_history.html b/django/contrib/admin/templates/admin/object_history.html index 19c037cda9..c37012b296 100644 --- a/django/contrib/admin/templates/admin/object_history.html +++ b/django/contrib/admin/templates/admin/object_history.html @@ -21,7 +21,7 @@ {% for action in action_list %} - {{ action.action_time|date:_("DATE_WITH_TIME_FULL") }} + {{ action.action_time|date:_("DATETIME_FORMAT") }} {{ action.user.username }}{% if action.user.first_name %} ({{ action.user.first_name }} {{ action.user.last_name }}){% endif %} {{ action.change_message }}