Django

Code

Ticket #11327 (closed: fixed)

Opened 9 months ago

Last modified 9 months ago

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

Reported by: nathan Assigned to: nobody
Milestone: 1.1 Component: Contrib apps
Version: 1.0 Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: 1 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

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

model_index.diff (0.6 kB) - added by nathan on 06/16/09 11:29:34.

Change History

06/16/09 11:29:34 changed by nathan

  • attachment model_index.diff added.

06/16/09 22:30:19 changed by SmileyChris

  • needs_better_patch changed.
  • stage changed from Unreviewed to Ready for checkin.
  • component changed from Uncategorized to Contrib apps.
  • needs_tests changed.
  • needs_docs changed.

06/18/09 10:27:58 changed by russellm

  • milestone set to 1.1.

06/24/09 09:06:29 changed by russellm

  • status changed from new to closed.
  • resolution set to fixed.

(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.

06/24/09 09:22:11 changed by russellm

(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.


Add/Change #11327 (Sidebar links for model index in admin docs aren't working)




Change Properties
Action