[1.8.x] Fixed #24952 -- Fixed example SQL in Func() expressions docs

Backport of 1f5b067710 from master
This commit is contained in:
Alasdair Nicol 2015-06-08 15:08:01 +01:00 committed by Tim Graham
parent b62dc60c98
commit a22a1b3e23
1 changed files with 1 additions and 1 deletions

View File

@ -224,7 +224,7 @@ extra attribute ``field_lower`` produced, roughly, from the following SQL::
SELECT
...
LOWER("app_label"."field") as "field_lower"
LOWER("db_table"."field") as "field_lower"
See :doc:`database-functions` for a list of built-in database functions.