﻿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
14185	Possible bad SQL at http://docs.djangoproject.com/en/dev/ref/models/querysets/	Dave Trindall	Luke Plant	"Shouldn't

SELECT blog_entry.*, (pub_date > '2006-01-01')
FROM blog_entry;

be

SELECT blog_entry.*, (pub_date > '2006-01-01') AS is_recent
FROM blog_entry;

on http://docs.djangoproject.com/en/dev/ref/models/querysets/

Cheers,
Dave"		closed	Documentation	1.2		fixed			Unreviewed	0	0	0	0	0	0
