Commit d7dbc75
authored
feat(hc): Add __str__ implementation for RpcUser (#58485)
This matches the implementation in
[`django.contrib.auth.base_user.AbstractBaseUser`](https://github.com/django/django/blob/main/django/contrib/auth/base_user.py#L54-L55).
Project transfer emails specifically rely upon this behavior, but there
are likely other usages:
-
https://github.com/getsentry/sentry/blob/master/src/sentry/api/endpoints/project_transfer.py#L88
-
https://github.com/getsentry/sentry/blob/master/src/sentry/templates/sentry/emails/transfer_project.txt#L5
Fixes HC-9191 parent 80e576d commit d7dbc75
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
71 | 74 | | |
72 | 75 | | |
73 | 76 | | |
| |||
0 commit comments