Opened 16 years ago

Closed 16 years ago

Last modified 13 years ago

#8132 closed (fixed)

Inaccuracies in Tutorial 02 - "Customize the admin index page"

Reported by: Julien Phalip Owned by: nobody
Component: Documentation Version: dev
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

I couldn't find any related ticket so I posted this one.

After the merge of NFA, the "Customize the admin index page" section at the bottom of the tutorial part 2, contains some inaccuracies:

  • Elements are not randomly ordered anymore, but alphabetically.
  • The get_admin_app_list doesn't exist anymore. Instead, the variable app_list is directly passed to the template by the AdminSite.index view.

Patch attached. Marking it 1.0beta since that's quite important to be fixed before release.

http://www.djangoproject.com/documentation/tutorial02/#customize-the-admin-index-page

Attachments (1)

8132.tutorial.diff (1.7 KB ) - added by Julien Phalip 16 years ago.

Download all attachments as: .zip

Change History (5)

by Julien Phalip, 16 years ago

Attachment: 8132.tutorial.diff added

comment:1 by Malcolm Tredinnick, 16 years ago

milestone: 1.0 beta1.0

comment:2 by Julia, 16 years ago

Triage Stage: UnreviewedReady for checkin

comment:3 by Malcolm Tredinnick, 16 years ago

Resolution: fixed
Status: newclosed

(In [8416]) Fixed #8132 -- Updated tutorial 2 to describe the current way to customise the
main admin page. Based on a patch from julien.

comment:4 by Jacob, 13 years ago

milestone: 1.0

Milestone 1.0 deleted

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