django1/django/forms
Stephen Burrows a5de0df58b Fixed #22502 -- Fixed microseconds/default/form interaction
Made explicit lack of microsecond handling by built-in datetime form
fields. Used that explicitness to appropriately nix microsecond
values in bound fields. Thanks Claude Paroz for the review.
2014-05-10 10:56:39 +02:00
..
extras Refactored some code in SelectDateWidget. 2014-04-10 13:03:23 -04:00
__init__.py Fixed #21489 -- Make formsets directly importable from django.forms. 2013-11-25 19:16:19 -05:00
fields.py Fix many many typos in comments throughout the codebase 2014-04-26 10:18:45 -07:00
forms.py Fixed #22502 -- Fixed microseconds/default/form interaction 2014-05-10 10:56:39 +02:00
formsets.py Removed casting to bool just before negation. 2014-04-07 08:30:05 -04:00
models.py Corrected many style guide violations that the newest version of flake8 catches 2014-03-30 12:11:05 -07:00
util.py Add a useful stacklevel to some RemovedInDjango19Warnings 2014-03-27 15:44:52 +13:00
utils.py Fixed #20684 -- Added support for HTML5 boolean attributes to form widgets. 2014-03-22 14:28:12 -04:00
widgets.py Fixed #22502 -- Fixed microseconds/default/form interaction 2014-05-10 10:56:39 +02:00