Re: Error with dumpdata: User matching query does not exist.

2010-06-03 Thread bastir
okay, found the problem. It is not allowed that there are zero valued foreign keys. On 3 Jun., 22:36, bastir wrote: > thx 4 your answer. If there is a foreign user key that links to a user > that does not exist is this the problem? Because I'm pretty sure that > is not the case in my db. I only h

Re: Error with dumpdata: User matching query does not exist.

2010-06-03 Thread bastir
thx 4 your answer. If there is a foreign user key that links to a user that does not exist is this the problem? Because I'm pretty sure that is not the case in my db. I only have one foreign user key in one table. And this table only has one entry at the moment. But i will look at my data again. a

Re: Error with dumpdata: User matching query does not exist.

2010-06-03 Thread Lee Hinde
On Thu, Jun 3, 2010 at 12:36 PM, bastir wrote: > Hey, > i'm suddenly getting an error with dumpdata: > django.contrib.auth.models.DoesNotExist: User matching query does not > exist. > What's wrong here. I did not change anything (especiallyin the User > model) > Thx, > Sebastian I just ran into t

Error with dumpdata: User matching query does not exist.

2010-06-03 Thread bastir
Hey, i'm suddenly getting an error with dumpdata: django.contrib.auth.models.DoesNotExist: User matching query does not exist. What's wrong here. I did not change anything (especiallyin the User model) Thx, Sebastian -- You received this message because you are subscribed to the Google Groups "D