diff options
| author | Karen Tracey <kmtracey@gmail.com> | 2009-06-17 20:02:17 +0000 |
|---|---|---|
| committer | Karen Tracey <kmtracey@gmail.com> | 2009-06-17 20:02:17 +0000 |
| commit | a44960b083131ee44ff5376d3441950404f34321 (patch) | |
| tree | fdcc08da6c6455510f27766d45a858533aff6182 | |
| parent | 9d7e51d9574025d1bcc4707a8f0ce5185762300a (diff) | |
[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
| -rw-r--r-- | docs/topics/generic-views.txt | 2 |
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:: |
