Skip to content

Commit

Permalink
docs: update docstring for SourceBrowseChantsView
Browse files Browse the repository at this point in the history
- add proofread filters
  • Loading branch information
lucasmarchd01 committed Nov 11, 2024
1 parent 6985fbb commit d9465dc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion django/cantusdb_project/main_app/views/source.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d9465dc

Please sign in to comment.