Opened 15 years ago

Closed 13 years ago

Last modified 13 years ago

#11470 closed (fixed)

admin.ModelAdmin.message_user only documented in a code sample.

Reported by: Adam Vandenberg Owned by: nobody
Component: Documentation Version: dev
Severity: Keywords:
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 method "admin.ModelAdmin.message_user" is only documented as code in one code snippet; this method ought to be added to the ModelAdmin method list here: http://docs.djangoproject.com/en/dev/ref/contrib/admin/#modeladmin-methods

Attachments (1)

admin-send-message.diff (1.2 KB ) - added by Adam Vandenberg 13 years ago.
Draft documentation for this method.

Download all attachments as: .zip

Change History (5)

comment:1 by Alex Gaynor, 15 years ago

Triage Stage: UnreviewedAccepted

by Adam Vandenberg, 13 years ago

Attachment: admin-send-message.diff added

Draft documentation for this method.

comment:2 by Adam Vandenberg, 13 years ago

Has patch: set

comment:3 by Tim Graham, 13 years ago

Resolution: fixed
Status: newclosed

(In [14868]) Fixed #11470 - add documentation for ModelAdmin.message_user. thanks adamv.

comment:4 by Tim Graham, 13 years ago

(In [14869]) [1.2.X] Fixed #11470 - add documentation for ModelAdmin.message_user. thanks adamv.

Backport of r14868 from trunk.

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