Princeton-CDH / mep-django

Shakespeare and Company Project - Python/Django web application
https://shakespeareandco.princeton.edu
Apache License 2.0
5 stars 1 forks source link

Duplicate names in Subject database table? #803

Open quadrismegistus opened 8 months ago

quadrismegistus commented 8 months ago

In the process of writing #802 I disscovered that there may be duplicately named Subject entries in the database. Genre is a Named class so its name is considered unique, but Subject is not. This deserves some investigation but is out of scope for the mentioned PR.