Opened 9 years ago
Closed 9 years ago
#25721 closed Uncategorized (fixed)
Allow dynamic raw_id_fields in admin system check (admin.E001)
Description ¶
I've defined the raw_id_fields of my ModelAdmin as a @property that returns a list or a tuple and the admin check E001 doesn't like this. I've silenced it locally but I'm not sure why this wouldn't be allowed.
Note:
See TracTickets
for help on using tickets.
Could you check on Django 1.9? I think that may be fixed by #25374.