Skip to content

Commit

Permalink
Fixed #9050 -- Fixed a typo in the 1.0 porting guide in the admin sec…
Browse files Browse the repository at this point in the history
…tion. Thanks ahebert.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@9017 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
brosner committed Sep 12, 2008
1 parent 9ee0b0d commit 2d8d69f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/releases/1.0-porting-guide.txt
Expand Up @@ -150,7 +150,7 @@ New (1.0)::
model = Child
extra = 3

class ParentAdmin(models.ModelAdmin):
class ParentAdmin(admin.ModelAdmin):
model = Parent
inlines = [ChildInline]

Expand Down

0 comments on commit 2d8d69f

Please sign in to comment.