Loading docs/intro/tutorial02.txt +1 −1 Original line number Diff line number Diff line Loading @@ -284,7 +284,7 @@ Remove the ``register()`` call for the ``Choice`` model. Then, edit the ``Poll`` registration code to read:: from django.contrib import admin from polls.models import Poll from polls.models import Choice, Poll class ChoiceInline(admin.StackedInline): model = Choice Loading Loading
docs/intro/tutorial02.txt +1 −1 Original line number Diff line number Diff line Loading @@ -284,7 +284,7 @@ Remove the ``register()`` call for the ``Choice`` model. Then, edit the ``Poll`` registration code to read:: from django.contrib import admin from polls.models import Poll from polls.models import Choice, Poll class ChoiceInline(admin.StackedInline): model = Choice Loading