Skip to content

Commit

Permalink
Update to reflect refactor to QaReportWithNoteModelAdminMixin
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanWillitts committed Jul 2, 2024
1 parent 0e1b3f8 commit 9d5edd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9d5edd6

Please sign in to comment.