summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKaren Tracey <kmtracey@gmail.com>2009-06-17 19:59:50 +0000
committerKaren Tracey <kmtracey@gmail.com>2009-06-17 19:59:50 +0000
commit80c0ee0be7755d6cdb45c0fb1541757a50851bd4 (patch)
tree5f90a7e1d63a9f05912f2b62024ddf561e7231e1 /docs
parentec1baddbb789f21ecaa9139765b52365d21a5d6b (diff)
Fixed #11335 -- Corrected model reference in generic views doc. Thanks oyvind.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11028 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/generic-views.txt2
1 files changed, 1 insertions, 1 deletions
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::