Opened 17 years ago

Closed 17 years ago

#4139 closed (fixed)

Documentation mentions non-existent "add_message" method

Reported by: robbyd@… 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)

4139-patch.txt (584 bytes ) - added by Jeremy Dunck <jdunck@…> 17 years ago.

Download all attachments as: .zip

Change History (5)

comment:1 by Chris Beaven, 17 years ago

Triage Stage: UnreviewedAccepted

comment:2 by Chris Beaven, 17 years ago

Don't think that was the revision where it was removed, but it's definitely not there now in any case.

by Jeremy Dunck <jdunck@…>, 17 years ago

Attachment: 4139-patch.txt added

comment:3 by Jeremy Dunck <jdunck@…>, 17 years ago

Has patch: set

Patch attached

comment:4 by Adrian Holovaty, 17 years ago

Resolution: fixed
Status: newclosed

(In [5137]) Fixed #4139 -- Fixed typo in docs/templates_python.txt.

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