1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

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.
This commit is contained in:
Stephen Burrows
2014-05-06 18:14:06 -07:00
committed by Claude Paroz
parent 35e1b1efab
commit a5de0df58b
4 changed files with 35 additions and 3 deletions

View File

@@ -137,6 +137,7 @@ answer newbie questions, and generally made Django that much better:
btoll@bestweb.net
Jonathan Buchanan <jonathan.buchanan@gmail.com>
Jacob Burch <jacobburch@gmail.com>
Stephen Burrows <stephen.r.burrows@gmail.com>
Max Burstein <http://maxburstein.com>
Keith Bussell <kbussell@gmail.com>
C8E