Opened 19 years ago
Closed 19 years ago
#4139 closed (fixed)
Documentation mentions non-existent "add_message" method
| Reported by: | Owned by: | Jacob | |
|---|---|---|---|
| Component: | Documentation | Version: | dev |
| Severity: | Keywords: | add_message | |
| Cc: | Triage Stage: | Accepted | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
The documentation here
makes mention of a "user.add_message()" method. This method was seemingly removed in rev 2053. However, the link above refers to the message docs, which do list the correct method of using "user_obj.message_set.create(message='message_text')".
The Django book also mentions this (but I can't make a comment on it now as it is closed to comments).
The fix would obviously be to correct the text at the first link.
Attachments (1)
Change History (5)
comment:1 by , 19 years ago
| Triage Stage: | Unreviewed → Accepted |
|---|
comment:2 by , 19 years ago
by , 19 years ago
| Attachment: | 4139-patch.txt added |
|---|
comment:4 by , 19 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Don't think that was the revision where it was removed, but it's definitely not there now in any case.