diff options
| author | Alasdair Nicol <alasdair@thenicols.net> | 2015-06-08 15:08:01 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-06-08 10:56:46 -0400 |
| commit | a22a1b3e231493b789cc3f41bc5fe093f705c41b (patch) | |
| tree | 57467ae55ef2be4a12e9a600ea94320e6326043a /docs | |
| parent | b62dc60c9817d726cf17a2ed32ef708911f1b9f5 (diff) | |
[1.8.x] Fixed #24952 -- Fixed example SQL in Func() expressions docs
Backport of 1f5b067710a6bc97848b1caff0e2a685c2489868 from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/models/expressions.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/models/expressions.txt b/docs/ref/models/expressions.txt index 8d6ed19da1..5280d035b1 100644 --- a/docs/ref/models/expressions.txt +++ b/docs/ref/models/expressions.txt @@ -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. |
