#20858 closed Bug (fixed)
Tutorial 2 in the Django documentation has an invalid import
Reported by: | Scott Shields | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | 1.5 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | yes | UI/UX: | no |
Description
The third block of code in Tutorial 2's Customize the admin change list section has an invalid import. The previous version of the page (v1.5) left off imports entirely (which is the route that I took with the patch), but the offending line of code is the following:
from polls.models import Poll
My patch is based off of the master branch for Django.
Attachments (1)
Change History (3)
by , 11 years ago
Attachment: | patch.diff added |
---|
comment:1 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
In b278f7478d37d3620e5addf7cc2070bc38c10871: