﻿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
16667	Error in Pagination-Template?	Aufwind	nobody	"Hi,

I am following your tutorial and the documentation to learn Django and I found, that the first template snippet on this page (https://docs.djangoproject.com/en/dev/topics/pagination/) is wrong. The first line must be

{% for contact in contacts.object_list %}

(like in the 1.3 Version of the Docs) and not

{% for contact in contacts %}

I was struggling with this for some hours until I found the solution that seemed to work. Please note, that I am an absolute beginner with Django. So bare with me if my guess is wrong and the fault was something else. Anyway I thought of opening a ticket may help but does not harm.

Greetings,
Aufwind"	Uncategorized	closed	Documentation	1.3	Normal	invalid			Unreviewed	0	0	0	0	0	0
