Opened 14 years ago

Closed 14 years ago

#13597 closed (fixed)

Typo

Reported by: jonathan_livni Owned by: nobody
Component: Uncategorized Version: 1.2
Severity: Keywords:
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/
In the following excerpt, "InlineModelAdmin" appears twice. In the second time, did you mean "ModelAdmin"?

In all other respects, the InlineModelAdmin is exactly the same as any other. You can customize the appearance using any of the normal InlineModelAdmin properties.

Attachments (1)

13597_patch.txt (538 bytes ) - added by Mads Sülau Jørgensen 14 years ago.

Download all attachments as: .zip

Change History (4)

by Mads Sülau Jørgensen, 14 years ago

Attachment: 13597_patch.txt added

comment:1 by Mads Sülau Jørgensen, 14 years ago

Has patch: set
Triage Stage: UnreviewedAccepted

comment:2 by Adam Nelson, 14 years ago

Triage Stage: AcceptedReady for checkin

comment:3 by Jacob, 14 years ago

Resolution: fixed
Status: newclosed

(In [13312]) Fixed #13597, a small typo in the admin docs.

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