fix: Chybějící cached_property u článku (padala výsledkovka)
This commit is contained in:
parent
4b141e3819
commit
eecaa20cc2
1 changed files with 1 additions and 0 deletions
|
@ -962,6 +962,7 @@ class Clanek(Problem):
|
|||
cislo = models.ForeignKey(Cislo, blank=True, null=True, on_delete=models.PROTECT,
|
||||
verbose_name='číslo vydání', related_name='vydane_clanky')
|
||||
|
||||
@cached_property
|
||||
def kod_v_rocniku(self):
|
||||
if self.stav == 'zadany':
|
||||
# Nemělo by být potřeba
|
||||
|
|
Loading…
Reference in a new issue