Re: Strange exception when creating a user.

2006-04-12 Thread Justin
I've actually seen that error as well with the M-R branch. It used to show up every once in a while, maybe one out of 10 or 15 times when I was creating a new post in my blog model. Whatever it was, it seems to have been fixed as of a week or two ago, so I never really bothered to report it. -Jus

Re: Strange exception when creating a user.

2006-04-11 Thread Rudolph
The 's' in Users was a typo. The problem seems to have solved itself... I tried the exact same procedure again on an updated version of M-R (while typing the message a new revision became available). Thanks! Rudolph --~--~-~--~~~---~--~~ You received this messa

Re: Strange exception when creating a user.

2006-04-11 Thread Adrian Holovaty
On 4/11/06, Rudolph <[EMAIL PROTECTED]> wrote: > I tried in M-R, in Python shell: > > from django.contrib.auth.models import User > Users.objects.create_user('joe', '[EMAIL PROTECTED]', 'secret') Other than the fact that you're using "Users" instead of "User" on the second line, that should work.

Strange exception when creating a user.

2006-04-11 Thread Rudolph
Hi, I tried in M-R, in Python shell: from django.contrib.auth.models import User Users.objects.create_user('joe', '[EMAIL PROTECTED]', 'secret') it raises: Traceback (most recent call last): File "", line 1, in ? File "/usr/lib/python2.3/site-packages/django/contrib/auth/models.py", line 4