change SQL mapping for date

This commit is contained in:
hveficent
2019-09-23 16:58:22 +02:00
committed by David James
parent 21d1d0b19e
commit a7baac7e62

View File

@@ -45,7 +45,7 @@ class BiSQLViewField(models.Model):
'numeric': 'float',
'text': 'char',
'character varying': 'char',
'date': 'datetime',
'date': 'date',
'timestamp without time zone': 'datetime',
}