DDMAL / CantusDB

A new site for Cantus Database running under Django.
https://cantusdatabase.org
MIT License
5 stars 6 forks source link

Make `segment` into a many-to-many field #1549

Open dchiller opened 1 month ago

dchiller commented 1 month ago

Change the segment relationship to be many-to-many so sources can belong to multiple segments.

Make the source's segment be editable on the Source Create and Source Edit page.