Django

Code

Ticket #8608 (closed: fixed)

Opened 3 months ago

Last modified 3 months ago

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

Reported by: anonymous Assigned to: nobody
Milestone: 1.0 Component: django.contrib.comments
Version: SVN Keywords: error page wrong location point
Cc: Triage Stage: Accepted
Has patch: 0 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

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.

Attachments

Change History

08/27/08 07:59:50 changed by Alex

  • needs_better_patch changed.
  • needs_docs changed.
  • stage changed from Unreviewed to Accepted.
  • needs_tests changed.
  • milestone set to 1.0.

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

(follow-up: ↓ 3 ) 08/28/08 00:06:55 changed by mtredinnick

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

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 ) 08/28/08 04:11:56 changed by thejaswi_puthraya

  • status changed from closed to reopened.
  • resolution deleted.
  • component changed from Documentation to django.contrib.comments.

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

08/28/08 04:18:48 changed by thejaswi_puthraya

  • keywords changed from website link to error page wrong location point.

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.

08/28/08 14:46:34 changed by jacob

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

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


Add/Change #8608 (django.contrib.comments points to documentation that doesn't exists on the webpage)




Change Properties
Action