From 9d5edd621d5988aa4fe9c986db971e8d80d8c230 Mon Sep 17 00:00:00 2001 From: Jonathan Willitts Date: Tue, 2 Jul 2024 15:12:08 +0100 Subject: [PATCH] Update to reflect refactor to QaReportWithNoteModelAdminMixin --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index a6a4e85..856f288 100644 --- a/README.rst +++ b/README.rst @@ -156,7 +156,7 @@ You can link your QA Report in Admin to model ``QaReportNote``. The ``QaReportNo model class is used to track the ``status`` of the report item and provide a space for any notes. -To use ``QaReportNote`` with your QA report, declare the QA Report admin class with ``ReportWithNoteModelAdminMixin``. +To use ``QaReportNote`` with your QA report, declare the QA Report admin class with ``QaReportWithNoteModelAdminMixin``. .. code-block:: python