Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#23900 closed Cleanup/optimization (fixed)

Section on Preventing header injection does not include some imports

Reported by: Kevin Ndung'u Owned by: Kevin Ndung'u
Component: Documentation Version: dev
Severity: Normal Keywords: BadHeaderError, docs
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description

The documentation section on Preventing header injection https://docs.djangoproject.com/en/1.7/topics/email/#preventing-header-injection, and specifically, the example provided uses HttpResponse and HttpResponseRedirect yet they are not imported.

Change History (7)

comment:1 Changed 9 years ago by Kevin Ndung'u

Owner: changed from nobody to Kevin Ndung'u
Status: newassigned

comment:2 Changed 9 years ago by Kevin Ndung'u

Has patch: set

comment:3 Changed 9 years ago by Berker Peksag

Component: UncategorizedDocumentation
Triage Stage: UnreviewedAccepted
Version: 1.7master

comment:4 Changed 9 years ago by Berker Peksag

Triage Stage: AcceptedReady for checkin

comment:5 Changed 9 years ago by Baptiste Mispelon <bmispelon@…>

Resolution: fixed
Status: assignedclosed

In 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.

comment:6 Changed 9 years ago by Baptiste Mispelon <bmispelon@…>

In 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.

comment:7 Changed 9 years ago by Baptiste Mispelon <bmispelon@…>

In 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.

Note: See TracTickets for help on using tickets.
Back to Top