-
Notifications
You must be signed in to change notification settings - Fork 6
Chant model
Jacob deGroot-Maggetti edited this page Sep 13, 2022
·
18 revisions
The Chant model is a model in the main_app
app. It is defined in /main_app/models/chant.py
.
Chant inherits from the abstract BaseChant model: both the Chant model and the Sequence model must have the same fields, or else errors will occur when a user searches for chants/sequences in the database. Thus, all fields, properties and attributes for both Chants and Sequences are declared in BaseChant in order to keep the two models' fields harmonized, even when only one of the two models uses a particular field.
-
visible_status
(inherited from BaseChant) -
title
(inherited from BaseChant) -
incipit
(inherited from BaseChant) -
siglum
(inherited from BaseChant) -
folio
(inherited from BaseChant) -
sequence
(inherited from BaseChant) -
sequence_number
(inherited from BaseChant) -
genre
(inherited from BaseChant) -
rubrics
(inherited from BaseChant) -
analecta_hymnica
(inherited from BaseChant) -
indexing_notes
(inherited from BaseChant) -
date
(inherited from BaseChant) -
col1
(inherited from BaseChant) -
col2
(inherited from BaseChant) -
col3
(inherited from BaseChant) -
ah_volume
(inherited from BaseChant) -
source
(inherited from BaseChant) -
cantus_id
(inherited from BaseChant) -
image_link
(inherited from BaseChant) -
json_info
(inherited from BaseChant) -
marginalia
(inherited from BaseChant) -
office
(inherited from BaseChant) -
position
(inherited from BaseChant) -
feast
(inherited from BaseChant) -
mode
(inherited from BaseChant) -
differentia
(inherited from BaseChant) -
differentia_id
(inherited from BaseChant) -
finalis
(inherited from BaseChant) -
extra
(inherited from BaseChant) -
chant_range
(inherited from BaseChant) -
addendum
(inherited from BaseChant) -
manuscript_full_text_std_spelling
(inherited from BaseChant) -
manuscript_full_text_std_proofread
(inherited from BaseChant) -
manuscript_full_text
(inherited from BaseChant) -
manuscript_full_text_proofread
(inherited from BaseChant) -
manuscript_syllabized_full_text
(inherited from BaseChant) -
volpiano
(inherited from BaseChant) -
volpiano_proofread
(inherited from BaseChant) -
volpiano_notes
(inherited from BaseChant) -
volpiano_intervals
(inherited from BaseChant) -
cao_concordances
(inherited from BaseChant) -
proofread_by
(inherited from BaseChant) -
melody_id
(inherited from BaseChant) -
search_vector
(inherited from BaseChant) -
content_structure
(inherited from BaseChant) -
next_chant
(inherited from BaseChant) -
is_last_chant_in_feast
(inherited from BaseChant)