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:
committed by
Claude Paroz
parent
35e1b1efab
commit
a5de0df58b
1
AUTHORS
1
AUTHORS
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user