From 95cad003928df7131d0ba293944ad3464c466c14 Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Tue, 2 May 2006 01:56:43 +0000 Subject: [PATCH] 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 --- docs/db-api.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/db-api.txt b/docs/db-api.txt index 4c27748268..722535adb4 100644 --- a/docs/db-api.txt +++ b/docs/db-api.txt @@ -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={