supports_microseconds
An attribute that defaults to True
. If set to False
, the microseconds part of datetime
and time
values will be set to 0
.
New in Django 1.9:
In older versions, this attribute was only defined on the date and time widgets (as False
).
Please login to continue.