#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)
Change History (5)
by , 16 years ago
Attachment: | 8132.tutorial.diff added |
---|
comment:1 by , 16 years ago
milestone: | 1.0 beta → 1.0 |
---|
comment:2 by , 16 years ago
Triage Stage: | Unreviewed → Ready for checkin |
---|
comment:3 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [8416]) Fixed #8132 -- Updated tutorial 2 to describe the current way to customise the
main admin page. Based on a patch from julien.