#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 )
It's unused since fcd837cd0f9b2c706bc49af509628778d442bb3f, see also Carlton's comment.
Change History (9)
comment:1 by , 3 years ago
| Cc: | added |
|---|
comment:2 by , 3 years ago
| Description: | modified (diff) |
|---|---|
| Triage Stage: | Unreviewed → Accepted |
comment:3 by , 3 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:5 by , 3 years ago
| Has patch: | set |
|---|
comment:6 by , 3 years ago
| Patch needs improvement: | set |
|---|---|
| Version: | 4.0 → dev |
comment:7 by , 3 years ago
| Patch needs improvement: | unset |
|---|---|
| Triage Stage: | Accepted → Ready for checkin |
Note:
See TracTickets
for help on using tickets.
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.