--
Ticket URL: <https://code.djangoproject.com/ticket/21752>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* needs_better_patch: => 0
* needs_tests: => 0
* needs_docs: => 0
Comment:
Could you write a test for Django's test suite that demonstrates the
issue? There are some tests for step in forms_tests/tests/test_fields.py.
--
Ticket URL: <https://code.djangoproject.com/ticket/21752#comment:1>
* owner: nobody => claudep
* status: new => assigned
* stage: Unreviewed => Accepted
Comment:
I can confirm. I'll investigate this issue.
--
Ticket URL: <https://code.djangoproject.com/ticket/21752#comment:2>
* has_patch: 0 => 1
Comment:
Here's the most straightforward way to fix this issue.
--
Ticket URL: <https://code.djangoproject.com/ticket/21752#comment:3>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"18374c1d8c37dd251dae72470b6c532bddf140eb"]:
{{{
#!CommitTicketReference repository=""
revision="18374c1d8c37dd251dae72470b6c532bddf140eb"
Fixed #21752 -- Prevented custom widget step attribute to be overwritten
Thanks orcein at gmail.com for the report.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/21752#comment:4>