Opened 16 years ago

Closed 16 years ago

Last modified 13 years ago

#8350 closed (duplicate)

Part 2 of Tutorial references get_admin_app_list as app_list

Reported by: Jacob Fenwick <jfenwick@…> 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)

tutorial02_patched.diff (150 bytes ) - added by swillmon 16 years ago.
Tutorial 2 patch
tutorial02_fixed_patch.diff (669 bytes ) - added by swillmon 16 years ago.
Fixed diff for Tutorial 2

Download all attachments as: .zip

Change History (6)

comment:1 by Jacob Fenwick, 16 years ago

Component: UncategorizedDocumentation

by swillmon, 16 years ago

Attachment: tutorial02_patched.diff added

Tutorial 2 patch

comment:2 by swillmon, 16 years ago

Has patch: set
Owner: changed from nobody to swillmon
Status: newassigned
Triage Stage: UnreviewedReady for checkin

The templatetag "get_admin_app_list" is no longer used. Now it is passed as a variable "app_list"

by swillmon, 16 years ago

Attachment: tutorial02_fixed_patch.diff added

Fixed diff for Tutorial 2

comment:3 by Malcolm Tredinnick, 16 years ago

Resolution: duplicate
Status: assignedclosed

Dupe of #8132.

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