mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
[3.0.x] Fixed #31110 -- Fixed typo in docs/ref/models/expressions.txt.
Backport of cebd41e416
from master
This commit is contained in:
parent
407eeff9de
commit
b1a309f6f0
1 changed files with 1 additions and 1 deletions
|
@ -1080,7 +1080,7 @@ Next, we write the method responsible for generating the SQL::
|
|||
sql_params.extend(params)
|
||||
template = template or self.template
|
||||
data = {'expressions': ','.join(sql_expressions)}
|
||||
return template % data, params
|
||||
return template % data, sql_params
|
||||
|
||||
def as_oracle(self, compiler, connection):
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue