mirror of
https://gitlab.crans.org/mediatek/med.git
synced 2025-07-06 21:34:01 +02:00
Cat ISBN list to future medias
This commit is contained in:
@ -266,6 +266,16 @@ class FutureMedia(models.Model):
|
||||
null=True,
|
||||
)
|
||||
|
||||
type = models.CharField(
|
||||
_('type'),
|
||||
choices=[
|
||||
('bd', _('BD')),
|
||||
('manga', _('Manga')),
|
||||
('roman', _('Roman')),
|
||||
],
|
||||
max_length=8,
|
||||
)
|
||||
|
||||
class Meta:
|
||||
verbose_name = _("future medium")
|
||||
verbose_name_plural = _("future media")
|
||||
|
Reference in New Issue
Block a user