Fixed some ReST errors in docs/db-api.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2811 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
aa84e3a0df
commit
95cad00392
|
@ -577,7 +577,7 @@ of the arguments is required, but you should use at least one of them.
|
||||||
|
|
||||||
The next example is more advanced; it does a subquery to give each
|
The next example is more advanced; it does a subquery to give each
|
||||||
resulting ``Blog`` object an ``entry_count`` attribute, an integer count
|
resulting ``Blog`` object an ``entry_count`` attribute, an integer count
|
||||||
of associated ``Entry`` objects.
|
of associated ``Entry`` objects::
|
||||||
|
|
||||||
Blog.objects.extra(
|
Blog.objects.extra(
|
||||||
select={
|
select={
|
||||||
|
|
Loading…
Reference in New Issue