You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
The Totals line does not display if the class derives also from ImportExportModelAdmin:
This is OK:
class TransakciaAdmin(SimpleHistoryAdmin, TotalsumAdmin):
This does not work:
class TransakciaAdmin(SimpleHistoryAdmin, ImportExportModelAdmin, TotalsumAdmin):
In the second case the templates totalsum_change_list.html and totalsum_change_list_results.html are not called at all.
The text was updated successfully, but these errors were encountered:
Hi,
The Totals line does not display if the class derives also from ImportExportModelAdmin:
This is OK:
class TransakciaAdmin(SimpleHistoryAdmin, TotalsumAdmin):
This does not work:
class TransakciaAdmin(SimpleHistoryAdmin, ImportExportModelAdmin, TotalsumAdmin):
In the second case the templates totalsum_change_list.html and totalsum_change_list_results.html are not called at all.
The text was updated successfully, but these errors were encountered: