Ještě varování
This commit is contained in:
parent
6ad143a6c6
commit
855e14b39f
1 changed files with 2 additions and 1 deletions
|
@ -682,7 +682,8 @@ class Cislo(SeminarModelBase):
|
|||
self.cislonode.save()
|
||||
except ObjectDoesNotExist:
|
||||
# Neexistující *Node nemá smysl aktualizovat, ale je potřeba ho naopak vyrobit
|
||||
CisloNode.objects.create(cislo=self)
|
||||
logger.warning(f'Číslo {self} nemělo ČísloNode, vyrábím…')
|
||||
CisloNode.objects.create(cislo=self)
|
||||
|
||||
def clean(self):
|
||||
# Finální deadline má být až poslední a je povinný, pokud nějaký deadline existuje.
|
||||
|
|
Loading…
Reference in a new issue