Instead, the list should be copied if it is not None.
--
Ticket URL: <https://code.djangoproject.com/ticket/22539>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* needs_better_patch: => 0
* has_patch: 1 => 0
* needs_docs: => 0
* needs_tests: => 0
* stage: Unreviewed => Accepted
--
Ticket URL: <https://code.djangoproject.com/ticket/22539#comment:1>
Comment (by anonymous):
I have patch ready, shall I send a pull request under a new branch
ticket_22539?
--
Ticket URL: <https://code.djangoproject.com/ticket/22539#comment:2>
Comment (by charettes):
Yes please, go ahead and make sure to include tests and link the PR to
this Trac issue.
--
Ticket URL: <https://code.djangoproject.com/ticket/22539#comment:3>
* has_patch: 0 => 1
Comment:
PR here: https://github.com/django/django/pull/2622
--
Ticket URL: <https://code.djangoproject.com/ticket/22539#comment:4>
* status: new => closed
* resolution: => fixed
Comment:
In [changeset:"e2e4cdba1178ebcfd95c19eb063abd55b4afbcbb"]:
{{{
#!CommitTicketReference repository=""
revision="e2e4cdba1178ebcfd95c19eb063abd55b4afbcbb"
Fixed #22539 -- Copied exclude argument in Model.full_clean() to prevent
side effects.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/22539#comment:5>
Comment (by Tim Graham <timograham@…>):
In [changeset:"d56267ba57f28395946fadd6401ad7e1606c3cb0"]:
{{{
#!CommitTicketReference repository=""
revision="d56267ba57f28395946fadd6401ad7e1606c3cb0"
[1.7.x] Fixed #22539 -- Copied exclude argument in Model.full_clean() to
prevent side effects.
Backport of e2e4cdba11 from master
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/22539#comment:6>