mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Fixed typo in docs/ref/models/expressions.txt
This commit is contained in:
parent
a969394cff
commit
756a727252
1 changed files with 1 additions and 1 deletions
|
@ -589,7 +589,7 @@ to play nice with other query expressions::
|
|||
def get_source_expressions(self):
|
||||
return self.expressions
|
||||
|
||||
def set_source_expressions(expressions):
|
||||
def set_source_expressions(self, expressions):
|
||||
self.expressions = expressions
|
||||
|
||||
Let's see how it works::
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue