1
I have a model with several fields, one of them is the Timefield type:
class Venda(models.Model):
id = models.AutoField(u'AÇAIEX', primary_key=True)
hora_saida = models.TimeField(max_length=6)
To save on the system the field works beauty, now when will update the field returns only the minutes and seconds not bringing the hours, the database I use is mysql:
Example in the Bank: