mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Fixed #24952 -- Fixed example SQL in Func() expressions docs
This commit is contained in:
parent
c19bc2d5d4
commit
1f5b067710
1 changed files with 1 additions and 1 deletions
|
@ -220,7 +220,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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue