Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#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)

12918.diff (952 bytes ) - added by cassidy 14 years ago.

Download all attachments as: .zip

Change History (7)

comment:1 by Russell Keith-Magee, 14 years ago

Triage Stage: UnreviewedAccepted

comment:2 by cassidy, 14 years ago

Owner: changed from nobody to cassidy
Status: newassigned

by cassidy, 14 years ago

Attachment: 12918.diff added

comment:3 by cassidy, 14 years ago

Has patch: set
Owner: cassidy removed
Status: assignednew

comment:4 by Tim Graham, 14 years ago

Triage Stage: AcceptedReady for checkin

comment:5 by Luke Plant, 14 years ago

Resolution: fixed
Status: newclosed

(In [13841]) Fixed #12918 - Tutorial page 2 issues

Thanks to Leam for report, cassidy for patch.

comment:6 by Luke Plant, 14 years ago

(In [13842]) [1.2.X] Fixed #12918 - Tutorial page 2 issues

Thanks to Leam for report, cassidy for patch.

Backport of [13841] from trunk

Note: See TracTickets for help on using tickets.
Back to Top