diff --git a/docs/source/usage.rst b/docs/source/usage.rst index 8aa15f0..b40f296 100644 --- a/docs/source/usage.rst +++ b/docs/source/usage.rst @@ -135,7 +135,7 @@ The :py:class:`AuditlogHistoryField` provides easy access to :py:class:`LogEntry - {% for key, value in mymodel.history.latest.changes_dict.iteritems %} + {% for key, value in mymodel.history.latest.changes_dict.items %} {{ key }} {{ value.0|default:"None" }}