mirror of
https://github.com/django/django.git
synced 2025-11-21 11:59:31 +00:00
Removed duplicate inline from tests.admin_inlines.admin.PhotographerAdmin.
This commit is contained in:
parent
2d3bb414cf
commit
86b548a59b
1 changed files with 0 additions and 1 deletions
|
|
@ -145,7 +145,6 @@ class PhotographerAdmin(admin.ModelAdmin):
|
||||||
),
|
),
|
||||||
]
|
]
|
||||||
inlines = [
|
inlines = [
|
||||||
PhotoTabularInline,
|
|
||||||
PhotoTabularInline,
|
PhotoTabularInline,
|
||||||
PhotoStackedExtra2Inline,
|
PhotoStackedExtra2Inline,
|
||||||
PhotoStackedExtra3Inline,
|
PhotoStackedExtra3Inline,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue