Opened 16 years ago

Closed 16 years ago

Last modified 12 years ago

#8608 closed (fixed)

django.contrib.comments points to documentation that doesn't exists on the webpage

Reported by: anonymous Owned by: nobody
Component: contrib.comments Version: dev
Severity: Keywords: error page wrong location point
Cc: Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

When having an error on my django install about comments, I'm invited to check out the documentation on http://www.djangoproject.com/documentation/comments/ but the link gives me Not Found....

Link:

http://www.djangoproject.com/documentation/comments/

Error:

Comment post not allowed (400)
Why: Missing content_type or object_pk field.

The comment you tried to post to this view wasn't saved because something tampered with the security information in the comment form. The message above should explain the problem, or you can check the comment documentation for more help.

Change History (6)

comment:1 by Alex Gaynor, 16 years ago

milestone: 1.0
Triage Stage: UnreviewedAccepted

The file is: django/contrib/comments/templates/comments/400-debug.html for reference.

comment:2 by Malcolm Tredinnick, 16 years ago

Resolution: duplicate
Status: newclosed

The 404 page refers to the final resting place for the new documentation, rather than carrying around a temporary URL. The root cause here will be fixed by #8604, so closing as a duplicate of that.

in reply to:  2 comment:3 by Thejaswi Puthraya, 16 years ago

Component: Documentationdjango.contrib.comments
Resolution: duplicate
Status: closedreopened

Replying to mtredinnick:

The 404 page refers to the final resting place for the new documentation, rather than carrying around a temporary URL. The root cause here will be fixed by #8604, so closing as a duplicate of that.

Malcolm, there seems to be little misunderstanding. The reporter is actually referring to a 400 page thrown up by comments framework which has a link to the old docs (which never existed). It has nothing to do with #8604, which is refering to the documentation link change from djangoproject.com/documentation/ to docs.djangoproject.com

I am changing the component to django.contrib.comments

comment:4 by Thejaswi Puthraya, 16 years ago

Keywords: error page wrong location point added; website link removed

The file mentioned by Alex needs to be edited to reflect the new docs location. This ticket has to be fixed only after #8604 else we'll have many more tickets opened for this.

comment:5 by Jacob, 16 years ago

Resolution: fixed
Status: reopenedclosed

(In [8677]) Fixed #8608: corrected doc link in comment 400 error page.

comment:6 by Jacob, 12 years ago

milestone: 1.0

Milestone 1.0 deleted

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