Author: jezdez
Date: 2010-01-14 05:12:24 -0600 (Thu, 14 Jan 2010)
New Revision: 12225

Modified:
   django/trunk/django/contrib/auth/admin.py
Log:
Fixed #12606 - Removed stray print statement. Thanks, Sean Brant.

Modified: django/trunk/django/contrib/auth/admin.py
===================================================================
--- django/trunk/django/contrib/auth/admin.py   2010-01-13 23:54:07 UTC (rev 
12224)
+++ django/trunk/django/contrib/auth/admin.py   2010-01-14 11:12:24 UTC (rev 
12225)
@@ -116,7 +116,6 @@
 
         fieldsets = [(None, {'fields': form.base_fields.keys()})]
         adminForm = admin.helpers.AdminForm(form, fieldsets, {})
-        print adminForm, form
 
         return render_to_response(self.change_user_password_template or 
'admin/auth/user/change_password.html', {
             'title': _('Change password: %s') % escape(user.username),

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.


Reply via email to