--
Ticket URL: <https://code.djangoproject.com/ticket/24520>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => assigned
* needs_better_patch: => 0
* needs_tests: => 0
* version: => 1.7
* owner: => pkatseas
* needs_docs: => 0
--
Ticket URL: <https://code.djangoproject.com/ticket/24520#comment:1>
* stage: Unreviewed => Accepted
--
Ticket URL: <https://code.djangoproject.com/ticket/24520#comment:2>
Comment (by wdmgsm):
Documentation is in this [https://github.com/django/django/pull/4373 PR].
--
Ticket URL: <https://code.djangoproject.com/ticket/24520#comment:3>
Comment (by pkatseas):
So this documentation addition mentions the microsecond stripping, but
would it be prudent to add a more detailed reference to what
{{{supports_microseconds}}} is about? For example, by adding another
documentation block in the {{{Widget}}} page that explains how one can
skip microsecond stripping by setting {{{supports_microseconds = True}}}.
--
Ticket URL: <https://code.djangoproject.com/ticket/24520#comment:4>
* cc: jiguromusha7@… (added)
* owner: pkatseas =>
* status: assigned => new
--
Ticket URL: <https://code.djangoproject.com/ticket/24520#comment:5>
* owner: => wdmgsm
* status: new => assigned
--
Ticket URL: <https://code.djangoproject.com/ticket/24520#comment:6>
* cc: wdmgsm (added)
--
Ticket URL: <https://code.djangoproject.com/ticket/24520#comment:7>
* has_patch: 0 => 1
* type: Uncategorized => Cleanup/optimization
--
Ticket URL: <https://code.djangoproject.com/ticket/24520#comment:8>
* needs_better_patch: 0 => 1
Comment:
Need to make the code change for #24497 first.
--
Ticket URL: <https://code.djangoproject.com/ticket/24520#comment:9>
* needs_better_patch: 1 => 0
--
Ticket URL: <https://code.djangoproject.com/ticket/24520#comment:10>
* stage: Accepted => Ready for checkin
--
Ticket URL: <https://code.djangoproject.com/ticket/24520#comment:11>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"10f7cfeb2df35c5f7775d59c9d654952971897fb" 10f7cfeb]:
{{{
#!CommitTicketReference repository=""
revision="10f7cfeb2df35c5f7775d59c9d654952971897fb"
Fixed #24520 -- Documented Widget.supports_microseconds
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/24520#comment:12>