Skip to content

Does not work together with ImportExportModelAdmin #8

Description

@milossramek

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions