genre-thema mapping
[redakcja.git] / src / catalogue / models.py
index e2d737a..04bbf85 100644 (file)
@@ -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,
     )