Django

Code

Ticket #3282 (closed: fixed)

Opened 2 years ago

Last modified 2 years ago

Tutorial3, incorrect statement.

Reported by: dave.pawson@gmail.com Assigned to: adrian
Milestone: Component: Admin interface
Version: Keywords: tutorials
Cc: Triage Stage: Ready for checkin
Has patch: 1 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

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

3282.diff (0.7 kB) - added by Simon G. <dev@simon.net.nz> on 01/18/07 17:30:14.

Change History

01/18/07 15:40:49 changed by SmileyChris

  • stage changed from Unreviewed to Accepted.

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

01/18/07 17:30:14 changed by Simon G. <dev@simon.net.nz>

  • attachment 3282.diff added.

01/18/07 17:30:49 changed by Simon G. <dev@simon.net.nz>

  • keywords set to tutorials.
  • has_patch set to 1.
  • stage changed from Accepted to Ready for checkin.

01/22/07 20:02:48 changed by adrian

  • status changed from new to closed.
  • resolution set to fixed.

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


Add/Change #3282 (Tutorial3, incorrect statement.)




Change Properties
Action