Metron-Project / metron

Django website for a comic book database
https://metron.cloud/
GNU General Public License v3.0
99 stars 7 forks source link

Change `Hard Cover` Series Type to `Hardcover` #257

Closed bpepple closed 4 months ago

bpepple commented 4 months ago

Describe the bug Currently, Metron uses Hard Cover as a Series Type, where it is more commonly spelled as one word, Hardcover

Fix Easy to change the value in the database, but need to make sure their are no queries or templates that use Hard Cover that would break.

bpepple commented 4 months ago

Did a quick search and the only things that use the Hard Cover string is the migration & series fixture which won't break the site. So, I'm going to change the value in the database.