mirror of
				https://github.com/django/django.git
				synced 2025-10-31 01:25:32 +00:00 
			
		
		
		
	Fixed #9050 -- Fixed a typo in the 1.0 porting guide in the admin section. Thanks ahebert.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9017 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
		| @@ -150,7 +150,7 @@ New (1.0):: | ||||
|         model = Child | ||||
|         extra = 3 | ||||
|  | ||||
|     class ParentAdmin(models.ModelAdmin): | ||||
|     class ParentAdmin(admin.ModelAdmin): | ||||
|         model = Parent | ||||
|         inlines = [ChildInline] | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user