Opened 14 years ago

Closed 14 years ago

Last modified 13 years ago

#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)

remove_print_from_auth_admin.diff (577 bytes ) - added by Sean Brant 14 years ago.
remove print statment

Download all attachments as: .zip

Change History (4)

by Sean Brant, 14 years ago

remove print statment

comment:1 by Alex Gaynor, 14 years ago

Triage Stage: UnreviewedReady for checkin

comment:2 by Jannis Leidel, 14 years ago

Resolution: fixed
Status: newclosed

(In [12225]) Fixed #12606 - Removed stray print statement. Thanks, Sean Brant.

comment:3 by Jacob, 13 years ago

milestone: 1.2

Milestone 1.2 deleted

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