From d9465dc204abd985c9ac0347414363e113603fd6 Mon Sep 17 00:00:00 2001 From: Lucas Date: Mon, 11 Nov 2024 17:45:40 +0000 Subject: [PATCH] docs: update docstring for SourceBrowseChantsView - add proofread filters --- django/cantusdb_project/main_app/views/source.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/django/cantusdb_project/main_app/views/source.py b/django/cantusdb_project/main_app/views/source.py index b9904b7f2..cff677c1f 100644 --- a/django/cantusdb_project/main_app/views/source.py +++ b/django/cantusdb_project/main_app/views/source.py @@ -59,7 +59,10 @@ class SourceBrowseChantsView(ListView): ``search_text``: Filters by text of Chant ``genre``: Filters by genre of Chant ``folio``: Filters by folio of Chant - ``manuscript_full_text_proofread``: Filters if + ``manuscript_full_text_proofread``: Filters by chants that have their full text proofread + ``manuscript_full_text_std_proofread``: Filters by chants that have their standardized + spelling full text proofread + ``volpiano_proofread``: Filters by chants that have their volpiano proofread """ model = Chant