bpepple / metron

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

Add `Series` form validation for `cv_id` field #220

Closed bpepple closed 6 months ago

bpepple commented 6 months ago

Comic Vine is consolidating their Series Trade Paperback's, and the id's of those series that were removed are being re-used for new series.

To prevent potential matching problems, I'm adding a field validation to the Series form to prevent information from being added to the cv_id field for Trade Paperbacks.

When this work is done at Comic Vine, this validation can be removed.