Re: Using the Django Admin to change a password.

2011-05-06 Thread Aaron Fay
I was getting this error also, the tickets suggested I had a custom User proxy model or something, when in fact I didn't. What I _had_ done was commented out the admin.autodiscover() in my urls and manually registered the django.contrib.auth.models.User model manually. Using admin.autodiscover

Re: Using the Django Admin to change a password.

2010-12-13 Thread derek
I've been getting the same error. There are a number of tickets that have been posted about this, most of which were closed, the reason been given that they are duplicates of: http://code.djangoproject.com/ticket/3011 which has been open for four (4!) years. http://code.djangoproject.com/ticket/9

Re: Using the Django Admin to change a password.

2010-11-20 Thread Martin Melin
On Sat, Nov 20, 2010 at 10:44 AM, James Hancock wrote: > I have a strange problem and don't really know where to start looking to fix > it. Can someone point me in the right direction to figure this one out. > > > In the Admin interface when I try to use theĀ  "change password form" on any > of my

Using the Django Admin to change a password.

2010-11-20 Thread James Hancock
I have a strange problem and don't really know where to start looking to fix it. Can someone point me in the right direction to figure this one out. In the Admin interface when I try to use the "change password form" on any of my users it gives me a "Page not found (404) Request Method:GET