Skip to content

Commit

Permalink
refactor mixin names
Browse files Browse the repository at this point in the history
  • Loading branch information
erikvw committed Aug 14, 2024
1 parent 15f536a commit fc2f777
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion edc_qareports/admin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
from .note_modeladmin_mixin import NoteModelAdminMixin
from .qa_report_log_admin import QaReportLogAdmin
from .qa_report_log_summary_admin import QaReportLogSummaryAdmin
from .qa_report_note_admin import QaReportNoteAdmin
from .qa_report_modeladmin_mixin import QaReportModelAdminMixin
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@


@admin.register(QaReportNote, site=edc_qareports_admin)
class QaReportNoteAdmin(
class QaReportModelAdminMixin(
SiteModelAdminMixin,
ModelAdminDashboardMixin,
ModelAdminAuditFieldsMixin,
Expand Down

0 comments on commit fc2f777

Please sign in to comment.