mirror of https://github.com/django/django.git
Removed duplicate inline from tests.admin_inlines.admin.PhotographerAdmin.
This commit is contained in:
parent
2d3bb414cf
commit
86b548a59b
|
@ -145,7 +145,6 @@ class PhotographerAdmin(admin.ModelAdmin):
|
|||
),
|
||||
]
|
||||
inlines = [
|
||||
PhotoTabularInline,
|
||||
PhotoTabularInline,
|
||||
PhotoStackedExtra2Inline,
|
||||
PhotoStackedExtra3Inline,
|
||||
|
|
Loading…
Reference in New Issue