Kaydet (Commit) 5890d6ab authored tarafından Paolo Melchiorre's avatar Paolo Melchiorre Kaydeden (comit) Tim Graham

Fixed typo in docs/ref/models/expressions.txt.

üst 23661008
...@@ -551,7 +551,7 @@ within the last day:: ...@@ -551,7 +551,7 @@ within the last day::
... post=OuterRef('pk'), ... post=OuterRef('pk'),
... created_at__gte=one_day_ago, ... created_at__gte=one_day_ago,
... ) ... )
>>> Post.objects.annotate(recent_comment=Exists(recent_comments) >>> Post.objects.annotate(recent_comment=Exists(recent_comments))
On PostgreSQL, the SQL looks like: On PostgreSQL, the SQL looks like:
......
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