Author: brosner
Date: 2008-03-03 18:18:31 -0600 (Mon, 03 Mar 2008)
New Revision: 7192
Modified:
django/branches/newforms-admin/django/contrib/auth/views.py
Log:
newforms-admin: Removed an unnecessary import.
Modified: django/branches/newforms-admin/django/contrib/auth/views.py
===================================================================
--- django/branches/newforms-admin/django/contrib/auth/views.py 2008-03-03
20:37:41 UTC (rev 7191)
+++ django/branches/newforms-admin/django/contrib/auth/views.py 2008-03-04
00:18:31 UTC (rev 7192)
@@ -99,7 +99,6 @@
# TODO: move to admin.py in the ModelAdmin
def user_change_password(request, id):
- from django import oldforms
if not request.user.has_perm('auth.change_user'):
raise PermissionDenied
user = get_object_or_404(User, pk=id)
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---