#8350 closed (duplicate)
Part 2 of Tutorial references get_admin_app_list as app_list
Reported by: | Owned by: | swillmon | |
---|---|---|---|
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
In Tutorial 2, in the section titled Customize the admin index page, the tutorial tells you to copy django/contrib/admin/templates/admin/index.html and informs you that the tag {% get_admin_app_list as app_list %} gets the list of apps. get_admin_app_list appears to no longer be used.
Attachments (2)
Change History (6)
comment:1 by , 16 years ago
Component: | Uncategorized → Documentation |
---|
by , 16 years ago
Attachment: | tutorial02_patched.diff added |
---|
comment:2 by , 16 years ago
Has patch: | set |
---|---|
Owner: | changed from | to
Status: | new → assigned |
Triage Stage: | Unreviewed → Ready for checkin |
The templatetag "get_admin_app_list" is no longer used. Now it is passed as a variable "app_list"
Note:
See TracTickets
for help on using tickets.
Tutorial 2 patch