mirror of
https://github.com/django/django.git
synced 2025-07-22 20:55:17 +00:00
Fixed #24497 -- Added Widget.supports_microseconds attribute
This commit is contained in:
parent
6123e6134f
commit
4dcc649341
3 changed files with 14 additions and 1 deletions
|
@ -180,6 +180,7 @@ class Widget(six.with_metaclass(MediaDefiningClass)):
|
|||
needs_multipart_form = False # Determines does this widget need multipart form
|
||||
is_localized = False
|
||||
is_required = False
|
||||
supports_microseconds = True
|
||||
|
||||
def __init__(self, attrs=None):
|
||||
if attrs is not None:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue