admin.tabularinline Wartości dostępu za pośrednictwem klucza obcego

"""
You simply need to add the field you want to access in the readonly_fields:
Something like the following:
"""
readonly_fields = ('product', 'rank', 'account_type')
Breakable Baboon