Mrtvy kod

This commit is contained in:
Pavel Turinsky (DebianVM @ Zr) 2021-06-08 22:26:59 +00:00
parent d051125f8d
commit a7efe1c691

View file

@ -32,13 +32,6 @@ def poskladej_strom(apps, rodic, *texty):
tn.succ = textnode tn.succ = textnode
tn.save() tn.save()
tn = tn.succ tn = tn.succ
def problem_to_polymorphic_Problem(apps,schema_editor):
Problem = apps.get_model('seminar', 'Problem')
ContentType = apps.get_model('contenttypes', 'ContentType')
new_ct = ContentType.objects.get_for_model(Problem)
Problem.objects.filter(polymorphic_ctype__isnull=True).update(polymorphic_ctype=new_ct)
def uloha_to_Uloha(apps,schema_editor): def uloha_to_Uloha(apps,schema_editor):
Problem = apps.get_model('seminar', 'Problem') Problem = apps.get_model('seminar', 'Problem')