--
Ticket URL: <https://code.djangoproject.com/ticket/18660>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* cc: eduardocereto@… (added)
* needs_better_patch: => 0
* needs_tests: => 0
* needs_docs: => 0
--
Ticket URL: <https://code.djangoproject.com/ticket/18660#comment:1>
* has_patch: 0 => 1
Comment:
Pull Request with possible Fix
https://github.com/django/django/pull/226
--
Ticket URL: <https://code.djangoproject.com/ticket/18660#comment:2>
* status: new => closed
* resolution: => invalid
* stage: Unreviewed => Fixed on a branch
Comment:
Seems like the master branch already addresses this in a different manner.
I'm not sure how it works, but it does. So this change is unnecessary
anymore. Sorry I should have tested the master branch before opening this
ticket.
--
Ticket URL: <https://code.djangoproject.com/ticket/18660#comment:3>
Comment (by eduardocereto):
I added a regression test for this bug.
https://github.com/django/django/pull/227
--
Ticket URL: <https://code.djangoproject.com/ticket/18660#comment:4>
* status: closed => reopened
* resolution: invalid =>
Comment:
Re-opening to consider the addition of this test case.
--
Ticket URL: <https://code.djangoproject.com/ticket/18660#comment:5>
* stage: Fixed on a branch => Ready for checkin
Comment:
The test looks good; fails on commit 108f8dd, passes afterwards.
--
Ticket URL: <https://code.djangoproject.com/ticket/18660#comment:6>
* status: reopened => closed
* resolution: => fixed
Comment:
In [changeset:"c9c9a5642512155e9693bf5fa6221fd26adeccca"]:
{{{
#!CommitTicketReference repository=""
revision="c9c9a5642512155e9693bf5fa6221fd26adeccca"
Added complementary regression test for commit c1729510
Also fixed #18660.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/18660#comment:7>