#12606 closed (fixed)
Stray print statement in django.contrib.auth.admin
Reported by: | Sean Brant | Owned by: | nobody |
---|---|---|---|
Component: | contrib.admin | Version: | dev |
Severity: | Keywords: | ||
Cc: | 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
I came across a stray print statement inside django.contrib.auth.admin at line 119 inside the user_change_password method. I attached a patch that removes it.
Attachments (1)
Change History (4)
by , 15 years ago
Attachment: | remove_print_from_auth_admin.diff added |
---|
comment:1 by , 15 years ago
Triage Stage: | Unreviewed → Ready for checkin |
---|
comment:2 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
remove print statment