﻿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
24952	Example SQL in Func expressions docs refers to app_label instead of db_table	Alasdair Nicol	nobody	"In the Func() expressions docs, the example SQL is given as 

{{{
    SELECT
        ...
        LOWER(""app_label"".""field"") as ""field_lower""
}}}

I believe it should refer to db_table instead of app_label.

https://docs.djangoproject.com/en/dev/ref/models/expressions/#func-expressions"	Uncategorized	closed	Documentation	dev	Normal	fixed		alasdair@…	Unreviewed	1	0	0	0	0	0
