﻿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
19564	Little fix in the tutorial part 1	thiagocavila@…	nobody	"In the Tutorial Part 1 of the documentation, in version 1.5 and dev there is a small catch in the end, when it's written:
# Get the poll whose year is 2012.
>>> Poll.objects.get(pub_date__year=2012)
<Poll: What's up?>

and down:
# Find all Choices for any poll whose pub_date is in 2012.
>>> Choice.objects.filter(poll__pub_date__year=2012)
[<Choice: Not much>, <Choice: The sky>, <Choice: Just hacking again>]

It is returning no poll because we are in 2013.. you should replace all 2012 occurrences with 2013 to no cause confusion to the newcamers ;)"	Bug	closed	Documentation	1.5-beta-1	Normal	duplicate	Tutorial		Unreviewed	1	0	0	0	1	0
