Fixes in corefields
This commit is contained in:
parent
fbb2e1012c
commit
8e05927a32
7 changed files with 21 additions and 8 deletions
|
|
@ -20,7 +20,7 @@ class DateField(PhangoField):
|
|||
|
||||
value=datetime.local_to_gmt(value)
|
||||
|
||||
elif not datetime.obtain_timestamp(value, False):
|
||||
elif not datetime.obtain_timestamp(value):
|
||||
|
||||
self.error=True
|
||||
self.txt_error=self.error_default
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue