Opened 16 years ago

Closed 16 years ago

Last modified 13 years ago

#8555 closed (fixed)

comments documentation issues: get_comment_form raising argument errors in comments.py

Reported by: imacqueen Owned by: Jacob
Component: Documentation Version: dev
Severity: Keywords: comments get_comment_form
Cc: Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

the documentation @ http://docs.djangoproject.com/en/dev/ref/contrib/comments/#notes-on-the-comment-form says to simply use

{% get_comment_form for [object] %}

as the documentation stands it doesn't seem like it would work (i.e. tripping the handle_token method).

once i added the 'as x' arguments it worked.

Change History (3)

comment:1 by Jacob, 16 years ago

milestone: 1.0
Owner: changed from nobody to Jacob
Status: newassigned
Triage Stage: UnreviewedAccepted

comment:2 by Jacob, 16 years ago

Resolution: fixed
Status: assignedclosed

(In [8581]) Fixed #8555: corrected get_comment_form tag documentation.

comment:3 by Jacob, 13 years ago

milestone: 1.0

Milestone 1.0 deleted

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