mirror of
https://github.com/django/django.git
synced 2025-01-25 01:30:48 +00:00
a5de0df58b
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.