Skip to content

Commit

Permalink
Merge branch 'release/0.1.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanWillitts committed Jul 23, 2024
2 parents 0e1b3f8 + 22286b4 commit 6344cce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion edc_qareports/models/qa_report_note.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class QaReportNote(NonUniqueSubjectIdentifierFieldMixin, SiteModelMixin, BaseUui
"""A model class to capture user / dm notes linked to a data query
report, such as, unmanaged views.
Unique contraint is on subject_identifier and the report model.
Unique constraint is on subject_identifier and the report model.
See also, QaReportWithNoteModelAdminMixin
"""
Expand Down

0 comments on commit 6344cce

Please sign in to comment.