Opened 18 years ago
Closed 18 years ago
#3282 closed defect (fixed)
Tutorial3, incorrect statement.
Reported by: | 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)
Change History (4)
comment:1 by , 18 years ago
Triage Stage: | Unreviewed → Accepted |
---|
by , 18 years ago
comment:2 by , 18 years ago
Has patch: | set |
---|---|
Keywords: | tutorials added |
Triage Stage: | Accepted → Ready for checkin |
comment:3 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Correct, it's technically incorrect.
Someone care to write a patch?