Re: User Profiles and Fixtures

2009-02-01 Thread stryderjzw
Well, it looks like I was able to solve this particular problem. In the fixtures, I changed the order when loading the data. I now load the Profile first, and then the User. That works. I guess writing the problem down helped me think of potential solutions. :P Still, I'm going to have to

User Profiles and Fixtures

2009-02-01 Thread stryderjzw
Hi! I did some searching, but I felt it's going nowhere, so here's the question. I'm using Django 1.1 r9756, the one where tests are using transactions. I have a user profile automatically created with signals, as below: def create_player(sender, instance=None, **kwargs): if instance