Opened 5 weeks ago
Closed 2 weeks ago
#35837 closed Bug (fixed)
Missing alters_data=True on QuerySet and UserManager
Reported by: | Sarah Boyce | Owned by: | Sarah Boyce |
---|---|---|---|
Component: | Database layer (models, ORM) | Version: | dev |
Severity: | Normal | Keywords: | alters_data |
Cc: | Shai Berger | Triage Stage: | Ready for checkin |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
alters_data=True
is missing on (and their async equivalents)
UserManager.create_user
UserManager.create_superuser
QuerySet.create
QuerySet.bulk_create
QuerySet.get_or_create
QuerySet.update_or_create
Change History (4)
comment:1 by , 5 weeks ago
Has patch: | set |
---|
comment:2 by , 5 weeks ago
Cc: | added |
---|---|
Keywords: | alters_data added |
Triage Stage: | Unreviewed → Accepted |
Type: | Uncategorized → Bug |
comment:3 by , 2 weeks ago
Triage Stage: | Accepted → Ready for checkin |
---|
Note:
See TracTickets
for help on using tickets.
Thank you Sarah! This makes sense and matches internal conversations held within the Security Team.