Opened 17 years ago

Closed 17 years ago

#3282 closed defect (fixed)

Tutorial3, incorrect statement.

Reported by: dave.pawson@… Owned by: Adrian Holovaty
Component: contrib.admin Version:
Severity: normal Keywords: tutorials
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

http://www.djangoproject.com/documentation/tutorial3/ states

Note that we no longer need to import loader, Context or HttpResponse.

This is incorrect, since the HttpResponse is needed by other methods
in the same file.

Attachments (1)

3282.diff (710 bytes ) - added by Simon G. <dev@…> 17 years ago.

Download all attachments as: .zip

Change History (4)

comment:1 by Chris Beaven, 17 years ago

Triage Stage: UnreviewedAccepted

Correct, it's technically incorrect.
Someone care to write a patch?

by Simon G. <dev@…>, 17 years ago

Attachment: 3282.diff added

comment:2 by Simon G. <dev@…>, 17 years ago

Has patch: set
Keywords: tutorials added
Triage Stage: AcceptedReady for checkin

comment:3 by Adrian Holovaty, 17 years ago

Resolution: fixed
Status: newclosed

(In [4393]) Fixed #3282 -- Fixed incorrect statement in docs/tutorial03.txt. Thanks, dave.pawson@… and Simon G.

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