* cc: marti@… (added)
* ui_ux: => 0
* type: => Uncategorized
* severity: => Normal
* easy: => 0
--
Ticket URL: <https://code.djangoproject.com/ticket/4960#comment:5>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* needs_better_patch: 0 => 1
* type: Uncategorized => New feature
* stage: Design decision needed => Accepted
Comment:
Reopening per https://groups.google.com/d/topic/django-
developers/D1GBj9VB9sk/discussion
[https://github.com/django/django/pull/4059 PR]
--
Ticket URL: <https://code.djangoproject.com/ticket/4960#comment:6>
* status: closed => new
* resolution: wontfix =>
--
Ticket URL: <https://code.djangoproject.com/ticket/4960#comment:7>
* needs_better_patch: 1 => 0
--
Ticket URL: <https://code.djangoproject.com/ticket/4960#comment:8>
* needs_better_patch: 0 => 1
--
Ticket URL: <https://code.djangoproject.com/ticket/4960#comment:9>
* status: new => assigned
* needs_better_patch: 1 => 0
* owner: nobody => danielward
Comment:
Uploading patches with potential solution and follow-up tests. Public
documentation patches can be produced if solution accepted.
--
Ticket URL: <https://code.djangoproject.com/ticket/4960#comment:10>
* Attachment "potential-solution.patch" added.
Potential solution by adding in 'strip' option to CharField
--
Ticket URL: <https://code.djangoproject.com/ticket/4960>
* Attachment "after.patch" added.
Follow-up tests
* Attachment "potential-solution.patch" added.
Potential solution by adding in 'strip' option to CharField
--
* needs_better_patch: 0 => 1
Comment:
I guess you missed the more extensive
[https://github.com/django/django/pull/4059 pull request] that was already
proposed. It still needs some improvements.
--
Ticket URL: <https://code.djangoproject.com/ticket/4960#comment:11>
* needs_better_patch: 1 => 0
--
Ticket URL: <https://code.djangoproject.com/ticket/4960#comment:12>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"11cac1bd8ef7546ca32d9969d4348bf412dc6664" 11cac1b]:
{{{
#!CommitTicketReference repository=""
revision="11cac1bd8ef7546ca32d9969d4348bf412dc6664"
Fixed #4960 -- Added "strip" option to CharField
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/4960#comment:13>
Comment (by guettli):
Thank you very much. I will use the "strip" option in most of my fields.
--
Ticket URL: <https://code.djangoproject.com/ticket/4960#comment:14>
Comment (by Tim Graham <timograham@…>):
In [changeset:"e7c6a2cf9f37210ed4f784691e44389f38f96d80" e7c6a2cf]:
{{{
#!CommitTicketReference repository=""
revision="e7c6a2cf9f37210ed4f784691e44389f38f96d80"
Refs #4960 -- Fixed selenium test failures for CharField strip changes.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/4960#comment:15>
Comment (by lamby):
Should the default really be "True"? Somewhat backward incompatibile /
unexpected change.
--
Ticket URL: <https://code.djangoproject.com/ticket/4960#comment:16>
Comment (by timgraham):
That was the conclusion of the django-developers thread linked in comment
6. Feel free to raise the issue there if you disagree.
--
Ticket URL: <https://code.djangoproject.com/ticket/4960#comment:17>