jazzband / django-floppyforms

Full control of form rendering in the templates.
http://django-floppyforms.readthedocs.org/
Other
841 stars 148 forks source link

Add support for supports_microseconds attribute on DateTime widgets #105

Closed melinath closed 10 years ago

melinath commented 10 years ago

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.