﻿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
10748	Incorrect  example code for ordering in class Meta:	craig@…	nobody	"http://www.djangoproject.com/documentation/models/ordering/

Has 

class Meta:
        ordering = ('-pub_date', 'headline')

should be

class Meta:
        ordering = ['-pub_date', 'headline']
"		closed	Documentation			invalid			Unreviewed	0	0	0	0	0	0
