Opened 20 months ago
Closed 20 months ago
#34425 closed New feature (duplicate)
@sensitive_variables doesn't work with async functions
Reported by: | Jon Janzen | Owned by: | jonjanzen |
---|---|---|---|
Component: | Error reporting | Version: | 4.1 |
Severity: | Normal | Keywords: | async |
Cc: | Mariusz Felisiak | Triage Stage: | Unreviewed |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
This was brought up during review of https://github.com/django/django/pull/16636
I'm filing a ticket here because my understanding is that all patches/PRs require an accepted ticket.
The test case suggested from that PR currently fails, this needs to be fixed before that PR can be accepted
Change History (1)
comment:1 by , 20 months ago
Resolution: | → duplicate |
---|---|
Status: | assigned → closed |
Type: | Uncategorized → New feature |
Note:
See TracTickets
for help on using tickets.
Duplicate of #31949. We can fix this with
Refs #31949 -- ...
.