1
0
mirror of https://github.com/django/django.git synced 2024-12-23 01:25:58 +00:00

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

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
resulting ``Blog`` object an ``entry_count`` attribute, an integer count
of associated ``Entry`` objects.
of associated ``Entry`` objects::
Blog.objects.extra(
select={