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
This commit is contained in:
Karen Tracey 2009-06-17 19:59:50 +00:00
parent ec1baddbb7
commit 80c0ee0be7
1 changed files with 1 additions and 1 deletions

View File

@ -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::