Opened 2 years ago

Closed 2 years ago

Last modified 8 months ago

#33764 closed Cleanup/optimization (fixed)

Deprecate make_random_password().

Reported by: Mariusz Felisiak Owned by: Ciaran McCormick
Component: contrib.auth Version: dev
Severity: Normal Keywords:
Cc: Carlton Gibson, Javier Torres, David Wobrock Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description (last modified by Carlton Gibson)

Change History (9)

comment:1 by David Wobrock, 2 years ago

Cc: David Wobrock added

comment:2 by Carlton Gibson, 2 years ago

Description: modified (diff)
Triage Stage: UnreviewedAccepted

comment:3 by Ciaran McCormick, 2 years ago

Owner: changed from nobody to Ciaran McCormick
Status: newassigned

comment:4 by Ciaran McCormick, 2 years ago

Hello all, I've opened a PR for this https://github.com/django/django/pull/15752, this is my first contribution so go easy on me :). Appreciate any feedback on the code change and also on whether I've followed correct procedure. Thanks.

Last edited 2 years ago by Ciaran McCormick (previous) (diff)

comment:5 by Ciaran McCormick, 2 years ago

Has patch: set

comment:6 by Mariusz Felisiak, 2 years ago

Patch needs improvement: set
Version: 4.0dev

comment:7 by Mariusz Felisiak, 2 years ago

Patch needs improvement: unset
Triage Stage: AcceptedReady for checkin

comment:8 by Mariusz Felisiak <felisiak.mariusz@…>, 2 years ago

Resolution: fixed
Status: assignedclosed

In 286e7d07:

Fixed #33764 -- Deprecated BaseUserManager.make_random_password().

comment:9 by Mariusz Felisiak <felisiak.mariusz@…>, 8 months ago

In 00e1879:

Refs #33764 -- Removed BaseUserManager.make_random_password() per deprecation timeline.

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