Opened 3 hours ago

Last modified 3 hours ago

#35837 assigned Uncategorized

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:
Cc: Triage Stage: Unreviewed
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 (1)

comment:1 by Sarah Boyce, 3 hours ago

Has patch: set
Note: See TracTickets for help on using tickets.
Back to Top