Opened 18 years ago
Closed 18 years ago
#2906 closed defect (fixed)
Information about 404 and 500 error handlers is only in tutorial
Reported by: | Owned by: | Jacob | |
---|---|---|---|
Component: | Documentation | Version: | |
Severity: | normal | Keywords: | |
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
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 (1)
Change History (6)
comment:1 by , 18 years ago
Needs documentation: | set |
---|---|
Triage Stage: | Unreviewed → Design decision needed |
comment:2 by , 18 years ago
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.
comment:3 by , 18 years ago
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.
comment:4 by , 18 years ago
Has patch: | set |
---|---|
Needs documentation: | unset |
Triage Stage: | Design decision needed → 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.
comment:5 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Agreed, but where's the best place for this?