Skip to content

Commit 4e14fb5

Browse files
committed
Revert "Treat ModelAdmin like an old python class"
This reverts commit 6695582.
1 parent 8f646cf commit 4e14fb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

simple_history/admin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
USER_NATURAL_KEY = tuple(key.lower() for key in USER_NATURAL_KEY.split('.', 1))
2525

2626

27-
class SimpleHistoryAdmin(admin.ModelAdmin, object):
27+
class SimpleHistoryAdmin(admin.ModelAdmin):
2828
object_history_template = "simple_history/object_history.html"
2929
object_history_form_template = "simple_history/object_history_form.html"
3030

0 commit comments

Comments
 (0)