#12918 closed (fixed)
Tutorial page 2 issues
Reported by: | Leam | Owned by: | |
---|---|---|---|
Component: | Documentation | Version: | 1.1 |
Severity: | Keywords: | tutorial | |
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
Two issues so far on page http://docs.djangoproject.com/en/1.1/intro/tutorial02/#intro-tutorial02
Problem: Down the page, adding the "class ChoiceInline" functionality, the dev server needed to be restarted for the change to take effect. Otherwise I had a DEBUG dump welcome me. Python 2.5.2, Django 1.1.1, Fedora 10. Django was installed via easy_install, python is the Fedora issued version.
Suggestion: Before the line "Load the "Add poll" page to see how that looks:" add:
"You may need to restart your development server. As we did in Tutorial 1, run <code>python manage.py runserver</code>"
Problem: Later the doc talks about editing files and switches between a couple of files. Since the tutorial is aimed as those of us who know very little, might want to specify which file you're editing.
Suggestion: Change the line "Let's add another improvement to the Poll change list page: Filters. Add the following line to PollAdmin:" to "Let's edit our polls admin.py again and add another improvement to the Poll change list page: Filters. Add the following line to PollAdmin:"
Thanks!
Leam
Attachments (1)
Change History (7)
comment:1 by , 15 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:2 by , 15 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
by , 15 years ago
Attachment: | 12918.diff added |
---|
comment:3 by , 15 years ago
Has patch: | set |
---|---|
Owner: | removed |
Status: | assigned → new |
comment:4 by , 14 years ago
Triage Stage: | Accepted → Ready for checkin |
---|
comment:5 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
(In [13841]) Fixed #12918 - Tutorial page 2 issues
Thanks to Leam for report, cassidy for patch.