Opened 15 years ago

Closed 15 years ago

Last modified 13 years ago

#9946 closed (fixed)

Redundant wording in documentation

Reported by: tahooie@… Owned by: Kevin Kubasik
Component: Documentation Version: 1.0
Severity: Keywords: kkmegapatch
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

On this page http://docs.djangoproject.com/en/dev/ref/contrib/admin/ under the sub heading "list_display_links" it says in the third paragraph
"The only requirement is: If you want to use list_display_links, you must define list_display."
Then a few lines down under the code example it says it again:
"Finally, note that in order to use list_display_links, you must define list_display, too."

Attachments (2)

remove-redundant.txt (478 bytes ) - added by Tim Graham 15 years ago.
remove second redundant mention
remove-redundant.diff (478 bytes ) - added by Tim Graham 15 years ago.
remove second redundant mention

Download all attachments as: .zip

Change History (9)

comment:1 by tahooie@…, 15 years ago

I recommend removing the second one.

comment:2 by Jacob, 15 years ago

milestone: 1.1
Triage Stage: UnreviewedAccepted

by Tim Graham, 15 years ago

Attachment: remove-redundant.txt added

remove second redundant mention

by Tim Graham, 15 years ago

Attachment: remove-redundant.diff added

remove second redundant mention

comment:3 by Tim Graham, 15 years ago

Triage Stage: AcceptedReady for checkin

comment:4 by Tim Graham, 15 years ago

Has patch: set

comment:5 by Kevin Kubasik, 15 years ago

Keywords: kkmegapatch added
Owner: changed from nobody to Kevin Kubasik

Already in trunk.

comment:6 by Gary Wilson, 15 years ago

Resolution: fixed
Status: newclosed

(In [10237]) Fixed #9946 -- Removed redundant mention of needing to define list_display.

comment:7 by Jacob, 13 years ago

milestone: 1.1

Milestone 1.1 deleted

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