Author: mtredinnick
Date: 2007-05-20 22:48:52 -0500 (Sun, 20 May 2007)
New Revision: 5303
Modified:
django/trunk/docs/tutorial02.txt
Log:
Fixed #4344 -- Trivial typo fix.
Modified: django/trunk/docs/tutorial02.txt
===================================================================
--- django/trunk/docs/tutorial02.txt 2007-05-21 01:29:58 UTC (rev 5302)
+++ django/trunk/docs/tutorial02.txt 2007-05-21 03:48:52 UTC (rev 5303)
@@ -320,7 +320,7 @@
Let's add another improvement to the Poll change list page: Filters. Add the
-following line to ``Poll.admin``::
+following line to ``Poll.Admin``::
list_filter = ['pub_date']
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---