Changes between Initial Version and Version 4 of Ticket #28018
- Timestamp:
- Apr 5, 2017, 7:30:43 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28018
- Property Component Uncategorized → contrib.admin
- Property Type Uncategorized → Bug
- Property Resolution → invalid
- Property Status new → closed
-
Ticket #28018 – Description
initial v4 4 4 5 5 models.py: 6 {{{ 6 7 class d: 7 8 pass … … 10 11 class b: 11 12 pass 13 }}} 14 admin.py 15 {{{ 12 16 class dInlineAdmin(admin.TabularInline): 13 17 model = d 14 18 15 # admin.py16 19 @admin.register(b) 17 20 class bSpecializedAdmin(admin.ModelAdmin): … … 19 22 dInlineAdmin, 20 23 ] 21 24 }}} 22 25 Error message: 23 <class 'x.admin.RequirementInlineAdmin'>: (admin.E202) 'x.Requirement' has no field named 'host'. 26 `<class 'x.admin.RequirementInlineAdmin'>: (admin.E202) 'x.Requirement' has no field named 'host'.` 24 27 25 28 'host' is the related_name