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:
Adrian Holovaty 2006-05-02 01:56:43 +00:00
parent aa84e3a0df
commit 95cad00392
1 changed files with 1 additions and 1 deletions

View File

@ -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={