Author: kmtracey
Date: 2009-06-17 14:59:50 -0500 (Wed, 17 Jun 2009)
New Revision: 11028

Modified:
   django/trunk/docs/topics/generic-views.txt
Log:
Fixed #11335 -- Corrected model reference in generic views doc.  Thanks oyvind.


Modified: django/trunk/docs/topics/generic-views.txt
===================================================================
--- django/trunk/docs/topics/generic-views.txt  2009-06-17 14:19:54 UTC (rev 
11027)
+++ django/trunk/docs/topics/generic-views.txt  2009-06-17 19:59:50 UTC (rev 
11028)
@@ -297,7 +297,7 @@
     }
 
 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::
 


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to