SQLite nežere date
This commit is contained in:
parent
1521b9d192
commit
254e7949ef
1 changed files with 1 additions and 0 deletions
|
@ -402,6 +402,7 @@ class Organizator(SeminarModelBase):
|
|||
editable=False
|
||||
)
|
||||
|
||||
# Ne, date to nebude. SQLite: invalid literal for int() with base 10: b'17 23:00:00'
|
||||
organizuje_od = models.DateTimeField('Organizuje od', blank=True, null=True)
|
||||
|
||||
organizuje_do = models.DateTimeField('Organizuje do', blank=True, null=True)
|
||||
|
|
Loading…
Reference in a new issue