rm old owner
This commit is contained in:
parent
f361932590
commit
a5cb99c0c3
3 changed files with 5 additions and 12 deletions
|
@ -61,8 +61,8 @@ class CharFieldModelAdmin(admin.ModelAdmin):
|
|||
|
||||
|
||||
class EquipmentAdmin(admin.ModelAdmin):
|
||||
list_display = ['name', 'stock', 'owner', 'pole', 'category']
|
||||
ordering = ['name', 'owner', 'pole', 'category']
|
||||
list_display = ['name', 'stock', 'pole', 'category']
|
||||
ordering = ['name', 'pole', 'category']
|
||||
inlines = [EquipmentDefaultExtraInline,
|
||||
EquipmentLostExtraInline,
|
||||
EquipmentRevisionExtraInline]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue