Roland Haroutiounian 9 lat temu
rodzic
commit
a318ef2dca
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      EditorialModel/fields.py

+ 1
- 1
EditorialModel/fields.py Wyświetl plik

@@ -67,5 +67,5 @@ class EmField(EmComponent):
67 67
     def to_django(self):
68 68
         if self.fieldtype == 'boolean' and ('nullable' in self.options and self.options['nullable'] == 1):
69 69
             return models.NullBooleanField(**self.options)
70
-        
70
+
71 71
         return self.fieldtypes[self.fieldtype](**self.options)

Loading…
Anuluj
Zapisz