django-admin-cli
django-admin-cli copied to clipboard
AttributeError: 'Options' object has no attribute 'get_all_field_names'
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'