#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 , 17 years ago
| milestone: | → 1.0 |
|---|---|
| Owner: | changed from to |
| Status: | new → assigned |
| Triage Stage: | Unreviewed → Accepted |
comment:2 by , 17 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
(In [8581]) Fixed #8555: corrected
get_comment_formtag documentation.