X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/2ad3a0ff948fcd754043b251e4767808babb25d2..945eac1969985192b4f628ec68ac3468643cb9cd:/src/catalogue/models.py diff --git a/src/catalogue/models.py b/src/catalogue/models.py index e2d737a2..04bbf851 100644 --- a/src/catalogue/models.py +++ b/src/catalogue/models.py @@ -230,6 +230,10 @@ class Epoch(Category): class Genre(Category): + thema = models.CharField( + max_length=32, blank=True, + help_text='Odpowiadający kwalifikator Thema.' + ) plural = models.CharField( 'liczba mnoga', max_length=255, blank=True, )