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 8f646cf commit 4e14fb5Copy full SHA for 4e14fb5
simple_history/admin.py
@@ -24,7 +24,7 @@
24
USER_NATURAL_KEY = tuple(key.lower() for key in USER_NATURAL_KEY.split('.', 1))
25
26
27
-class SimpleHistoryAdmin(admin.ModelAdmin, object):
+class SimpleHistoryAdmin(admin.ModelAdmin):
28
object_history_template = "simple_history/object_history.html"
29
object_history_form_template = "simple_history/object_history_form.html"
30
0 commit comments