mirror of
https://gitlab.crans.org/mediatek/med.git
synced 2025-07-09 07:30:19 +02:00
ISBN is unique
This commit is contained in:
@ -34,6 +34,7 @@ class Media(models.Model):
|
||||
isbn = ISBNField(
|
||||
_('ISBN'),
|
||||
help_text=_('You may be able to scan it from a bar code.'),
|
||||
unique=True,
|
||||
blank=True,
|
||||
null=True,
|
||||
)
|
||||
|
Reference in New Issue
Block a user