We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 242cfb4 commit 6695582Copy full SHA for 6695582
simple_history/admin.py
@@ -27,7 +27,7 @@
27
USER_NATURAL_KEY = tuple(key.lower() for key in USER_NATURAL_KEY.split('.', 1))
28
29
30
-class SimpleHistoryAdmin(admin.ModelAdmin):
+class SimpleHistoryAdmin(admin.ModelAdmin, object):
31
object_history_template = "simple_history/object_history.html"
32
object_history_form_template = "simple_history/object_history_form.html"
33
0 commit comments