Author: mtredinnick
Date: 2008-08-26 11:55:37 -0500 (Tue, 26 Aug 2008)
New Revision: 8584
Modified:
django/trunk/docs/intro/tutorial02.txt
Log:
Fixed #8558 -- Removed a stray line in tutorial 2 left over from when it was
rewritten for the new admin.
Modified: django/trunk/docs/intro/tutorial02.txt
===================================================================
--- django/trunk/docs/intro/tutorial02.txt 2008-08-26 16:18:20 UTC (rev
8583)
+++ django/trunk/docs/intro/tutorial02.txt 2008-08-26 16:55:37 UTC (rev
8584)
@@ -264,7 +264,6 @@
Remove the ``register()`` call for the Choice model. Then, edit the ``Poll``
registration code to read::
- poll = models.ForeignKey(Poll, edit_inline=models.STACKED, num_in_admin=3)
class ChoiceInline(admin.StackedInline):
model = Choice
extra = 3
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---