Hi rock,

I had the same problem and traced it to one of the contrib.auth tests.
It seems they don't delete two of the testusers there. I added a
ticket about it (http://code.djangoproject.com/ticket/6923), and will
just use another username for my own tests meanwhile.

/Emil

On 30 Jan, 10:34, rock <[EMAIL PROTECTED]> wrote:
> I have no fixtures/initial_data-files anywhere in my project tree!
> Actually, the only file named "initial_data" on my system is djtrunk/
> tests/modeltests/fixtures/fixtures/initial_data.json. And that file
> doesn't contain much.
>
> The "ghost-users" only show up when I'm running "./manage.py test".
> When I delete the project database and run "./manage.py syncdb" and "./
> manage.py runserver" an empty database is created. So I guess my
> problem has something to do with the unittesting, but it is still
> magic to me how and when these users are created.
>
> Best regards,
> Stein
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to