Django

Code

Ticket #2906 (closed: fixed)

Opened 2 years ago

Last modified 2 years ago

Information about 404 and 500 error handlers is only in tutorial

Reported by: mir@noris.de Assigned to: jacob
Milestone: Component: Documentation
Version: Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: 1 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

Description

Information about 404 and 500 error handlers is only in the tutorial.

I consider the tutorial something you might read in the beginning or not. Everything that is explained in the tutorial should be covered in the reference sections (and be more detailed in the reference).

Attachments

request_response.diff (2.9 kB) - added by Marc Fargas <telenieko@telenieko.com> on 01/21/07 17:34:51.
docs.

Change History

01/18/07 04:01:42 changed by Simon G. <dev@simon.net.nz>

  • needs_docs set to 1.
  • stage changed from Unreviewed to Design decision needed.

Agreed, but where's the best place for this?

01/18/07 15:36:42 changed by Marc Fargas <telenieko@telenieko.com>

Maybe the first place I'd search for such thing is http://www.djangoproject.com/documentation/request_response/ atleast 400 and 500 are responses, and it's there where the responses for all those errors are described.

01/21/07 17:34:51 changed by Marc Fargas <telenieko@telenieko.com>

  • attachment request_response.diff added.

docs.

01/21/07 17:36:18 changed by Marc Fargas <telenieko@telenieko.com>

I almost borrowed the contents from tutorial03.txt so maybe tutorial03.txt can have a link there saying "more info" and leave it a bit simpler. Hope this does the job.

I leave the "Needs documentation" just in case it's not enough/addequate.

01/21/07 22:37:33 changed by SmileyChris

  • needs_docs deleted.
  • has_patch set to 1.
  • stage changed from Design decision needed to Ready for checkin.

Looks good to me. We'll let a submitter decide if it's adequate enough and whether to change the tutorial 03 text.

02/16/07 22:59:49 changed by mtredinnick

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

(In [4534]) Fixed #2906 -- Added documentation about HTTP error code returns and the default 404 and 500 code error handlers. Based on a patch from Marc Fargas.


Add/Change #2906 (Information about 404 and 500 error handlers is only in tutorial)




Change Properties
Action