Opened 15 years ago

Closed 15 years ago

Last modified 13 years ago

#11327 closed (fixed)

Sidebar links for model index in admin docs aren't working

Reported by: nathan Owned by: nobody
Component: Contrib apps Version: 1.0
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

http://code.djangoproject.com/changeset/10343/django/trunk/django/contrib/admindocs/templates/admin_doc/model_index.html

The commit above added an "app" prefix, e.g. id="app-<model name>" and we forgot to change the sidebar links. I'm including a patch.

Attachments (1)

model_index.diff (605 bytes ) - added by nathan 15 years ago.

Download all attachments as: .zip

Change History (6)

by nathan, 15 years ago

Attachment: model_index.diff added

comment:1 by Chris Beaven, 15 years ago

Component: UncategorizedContrib apps
Triage Stage: UnreviewedReady for checkin

comment:2 by Russell Keith-Magee, 15 years ago

milestone: 1.1

comment:3 by Russell Keith-Magee, 15 years ago

Resolution: fixed
Status: newclosed

(In [11096]) Fixed #11327 -- Added missing prefix in HTML id in admin-docs. Prefix originally added in r10343, but missed the second usage. Thanks to Nathan for the report and patch.

comment:4 by Russell Keith-Magee, 15 years ago

(In [11101]) [1.0.X] Fixed #11327 -- Added missing prefix in HTML id in admin-docs. Prefix originally added in r10343, but missed the second usage. Thanks to Nathan for the report and patch.

Merge of r11096 from trunk.

comment:5 by Jacob, 13 years ago

milestone: 1.1

Milestone 1.1 deleted

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