#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 , 16 years ago
milestone: | → 1.0 |
---|---|
Triage Stage: | Unreviewed → Accepted |
follow-up: 3 comment:2 by , 16 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
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.
comment:3 by , 16 years ago
Component: | Documentation → django.contrib.comments |
---|---|
Resolution: | duplicate |
Status: | closed → reopened |
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 , 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 , 16 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
The file is: django/contrib/comments/templates/comments/400-debug.html for reference.