django-admin-cli icon indicating copy to clipboard operation
django-admin-cli copied to clipboard

AttributeError: 'Options' object has no attribute 'get_all_field_names'

Open neps-in opened this issue 3 years ago • 0 comments

I get the below error

admin_cli/management/commands/cli.py", line 130, in _get_field_name
    elif field in modeladmin.model._meta.get_all_field_names():
AttributeError: 'Options' object has no attribute 'get_all_field_names'

neps-in avatar Feb 09 '22 05:02 neps-in