79077633

Date: 2024-10-11 09:39:31
Score: 0.5
Natty:
Report link

I failed with it several times, especially when added custom field (+ include it in read_only list) in inline. Simple fix:

class FooInline(admin.StackedInline):
    fields = ("id",)
    exclude = ("id",)

Suppose, there is some issue in Django inline code itself.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Ivan Vinitskyi