From a44960b083131ee44ff5376d3441950404f34321 Mon Sep 17 00:00:00 2001 From: Karen Tracey Date: Wed, 17 Jun 2009 20:02:17 +0000 Subject: [PATCH] [1.0.X] Fixed #11335 -- Corrected model reference in generic views doc. Thanks oyvind. r11028 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11029 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/topics/generic-views.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/generic-views.txt b/docs/topics/generic-views.txt index 8e8f38b3ce..c7d751a86b 100644 --- a/docs/topics/generic-views.txt +++ b/docs/topics/generic-views.txt @@ -297,7 +297,7 @@ explicitly defined function: } or you could use a less obvious but shorter version that relies on the fact that -``Publisher.objects.all`` is itself a callable: +``Book.objects.all`` is itself a callable: .. parsed-literal::