Kaydet (Commit) 97b9c758 authored tarafından Luke Plant's avatar Luke Plant

Fixed #13099 - incorrect SQL for `exclude()` example

Thanks to istruble for the report.



git-svn-id: http://code.djangoproject.com/svn/django/trunk@12936 bcc190cf-cafb-0310-a4f2-bffc1f526a37
üst 520ce1ba
...@@ -174,7 +174,7 @@ In SQL terms, that evaluates to:: ...@@ -174,7 +174,7 @@ In SQL terms, that evaluates to::
SELECT ... SELECT ...
WHERE NOT pub_date > '2005-1-3' WHERE NOT pub_date > '2005-1-3'
OR NOT headline = 'Hello' AND NOT headline = 'Hello'
Note the second example is more restrictive. Note the second example is more restrictive.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment