Author: russellm
Date: 2009-09-12 17:57:58 -0500 (Sat, 12 Sep 2009)
New Revision: 11538

Modified:
   django/trunk/docs/intro/tutorial01.txt
Log:
Fixed #11628 -- Corrected the tutorial, removing instructions to update the 
year where that isn't required. Thanks to tommstein for the report.

Modified: django/trunk/docs/intro/tutorial01.txt
===================================================================
--- django/trunk/docs/intro/tutorial01.txt      2009-09-12 22:52:25 UTC (rev 
11537)
+++ django/trunk/docs/intro/tutorial01.txt      2009-09-12 22:57:58 UTC (rev 
11538)
@@ -643,8 +643,7 @@
     >>> Poll.objects.filter(question__startswith='What')
     [<Poll: What's up?>]
 
-    # Get the poll whose year is 2007. Of course, if you're going through this
-    # tutorial in another year, change as appropriate.
+    # Get the poll whose year is 2007.
     >>> Poll.objects.get(pub_date__year=2007)
     <Poll: What's up?>
 


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

Reply via email to