The supports_microseconds attribute was added in django/django@0c198035 to allow proper handling of microseconds with default data. But that attribute is lost with the floppyforms versions, since they don't inherit from their django counterparts.
It would be trivial, backwards-compatible, and future-proof to add this to floppyforms.
The
supports_microseconds
attribute was added in django/django@0c198035 to allow proper handling of microseconds with default data. But that attribute is lost with the floppyforms versions, since they don't inherit from their django counterparts.It would be trivial, backwards-compatible, and future-proof to add this to floppyforms.