--
Ticket URL: <https://code.djangoproject.com/ticket/21665>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* needs_better_patch: => 0
* component: Uncategorized => Testing framework
* needs_tests: => 0
* needs_docs: => 0
Comment:
What version did you upgrade from? If you could identify the commit where
the behavior changed, that will help us determine if this was an
intentional change or a regression that should be fixed.
--
Ticket URL: <https://code.djangoproject.com/ticket/21665#comment:1>
Comment (by aaugustin):
This could be a consequence of #13260. See also #22223.
--
Ticket URL: <https://code.djangoproject.com/ticket/21665#comment:2>
* type: Bug => Cleanup/optimization
* component: Testing framework => Documentation
* stage: Unreviewed => Accepted
Comment:
This particular consequence could be mentioned in the
[https://docs.djangoproject.com/en/dev/releases/1.6/#quoting-in-reverse
release notes] but I think the code is now mostly correct.
--
Ticket URL: <https://code.djangoproject.com/ticket/21665#comment:3>
* status: new => closed
* resolution: => fixed
Comment:
In [changeset:"7af32bca38f01dc5b677a4161bf0853149f97b3e"]:
{{{
#!CommitTicketReference repository=""
revision="7af32bca38f01dc5b677a4161bf0853149f97b3e"
[1.6.x] Fixed #21665 -- Documented that changes in assertRedirects may be
required given new URL escaping behavior.
Thank pdc for the report.
Backport of 62e81bc00b from master
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/21665#comment:4>
Comment (by Tim Graham <timograham@…>):
In [changeset:"68a80166cd2a7e36d077a550468d382f443a079e"]:
{{{
#!CommitTicketReference repository=""
revision="68a80166cd2a7e36d077a550468d382f443a079e"
[1.7.x] Fixed #21665 -- Documented that changes in assertRedirects may be
required given new URL escaping behavior.
Thank pdc for the report.
Backport of 62e81bc00b from master
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/21665#comment:5>