yield:
ERRORS: <class 'calaccess_campaign_browser.admin.FilerAdmin'>: (admin.E108) The value of 'list_display[0]' refers to 'filer_id', which is not a callable, an attribute of 'FilerAdmin', or an attribute or method on 'calaccess_campaign_browser.Filer'.
It looks like the Filer model doesn't have a filer_id attribute anymore. I can remove this from the admin, but I'm not sure if you wanted it there for some reason @palewire or if something was lifted from the model that wasn't supposed to. Let me know.
yield:
ERRORS: <class 'calaccess_campaign_browser.admin.FilerAdmin'>: (admin.E108) The value of 'list_display[0]' refers to 'filer_id', which is not a callable, an attribute of 'FilerAdmin', or an attribute or method on 'calaccess_campaign_browser.Filer'.
It looks like the Filer model doesn't have a
filer_id
attribute anymore. I can remove this from the admin, but I'm not sure if you wanted it there for some reason @palewire or if something was lifted from the model that wasn't supposed to. Let me know.