--
Ticket URL: <https://code.djangoproject.com/ticket/23900>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => assigned
* needs_docs: => 0
* owner: nobody => kevgathuku
* needs_tests: => 0
* needs_better_patch: => 0
--
Ticket URL: <https://code.djangoproject.com/ticket/23900#comment:1>
* has_patch: 0 => 1
--
Ticket URL: <https://code.djangoproject.com/ticket/23900#comment:2>
* version: 1.7 => master
* component: Uncategorized => Documentation
* stage: Unreviewed => Accepted
Comment:
PR is at https://github.com/django/django/pull/3608 and LGTM.
--
Ticket URL: <https://code.djangoproject.com/ticket/23900#comment:3>
* stage: Accepted => Ready for checkin
--
Ticket URL: <https://code.djangoproject.com/ticket/23900#comment:4>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"0d74209ef66111f29f122d5f5fdf8e2964890cc5"]:
{{{
#!CommitTicketReference repository=""
revision="0d74209ef66111f29f122d5f5fdf8e2964890cc5"
Fixed #23900 -- Added missing imports in code example.
The Preventing header injection example included
classes that are not imported.
Thanks to Collin Anderson and Berker Peksağ for the
reviews.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/23900#comment:5>
Comment (by Baptiste Mispelon <bmispelon@…>):
In [changeset:"22d292e23b1b60fd5c304b3d867ecf70860e7048"]:
{{{
#!CommitTicketReference repository=""
revision="22d292e23b1b60fd5c304b3d867ecf70860e7048"
[1.7.x] Fixed #23900 -- Added missing imports in code example.
The Preventing header injection example included
classes that are not imported.
Thanks to Collin Anderson and Berker Peksağ for the
reviews.
Backport of 0d74209ef66111f29f122d5f5fdf8e2964890cc5 from master.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/23900#comment:6>
Comment (by Baptiste Mispelon <bmispelon@…>):
In [changeset:"db227d9d20d848c56f94ce0ca175fde7e1180c21"]:
{{{
#!CommitTicketReference repository=""
revision="db227d9d20d848c56f94ce0ca175fde7e1180c21"
[1.6.x] Fixed #23900 -- Added missing imports in code example.
The Preventing header injection example included
classes that are not imported.
Thanks to Collin Anderson and Berker Peksağ for the
reviews.
Backport of 0d74209ef66111f29f122d5f5fdf8e2964890cc5 from master.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/23900#comment:7>