I'm using a custom user model with USERNAME_FIELD = "email", when trying to access the shell I get the error:
+++
FieldError at /es/admin/django_admin_shellx/terminalcommand/terminal/
Cannot resolve keyword 'username' into field.
+++
Coming from:
/opt/venv/lib/python3.13/site-packages/django_admin_shellx/views.py, line 64, in get_context_data
.values_list("username", flat=True)
(neat package btw)
I'm using a custom user model with
USERNAME_FIELD = "email", when trying to access the shell I get the error:+++
FieldError at /es/admin/django_admin_shellx/terminalcommand/terminal/
Cannot resolve keyword 'username' into field.
+++
Coming from:
(neat package btw)