﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
20035	"Last block of commands in python shell show wrong text ""What's new?"" should be ""What's up?"""	Null	nobody	"last block is shown in the doc as: 

{{{
#!python
# Make sure our __unicode__() addition worked.
>>> Poll.objects.all()
[<Poll: What's up?>]
}}}

All the ""What's up"" should actually be ""What's new?"" in the doc:
{{{
#!python
# Make sure our __unicode__() addition worked.
>>> Poll.objects.all()
[<Poll: What's new?>]
}}}


Also from the start of the doc it would be nice to mention that Python will let you mix tabs and spaces for indentation but this can lead to problems if care is not taken, and possibly a vim configuration suggestion or editor note.


https://docs.djangoproject.com/en/1.5/intro/tutorial01/

"	Uncategorized	closed	Documentation	1.5	Normal	invalid	doc 1.5	Null.Jared@…	Unreviewed	0	0	0	0	0	0
