Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion Playing with fixtures and django serializers -> Errors...
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Russell Keith-Magee  
View profile  
 More options Mar 16 2007, 6:57 pm
From: "Russell Keith-Magee" <freakboy3...@gmail.com>
Date: Sat, 17 Mar 2007 07:57:35 +0900
Local: Fri, Mar 16 2007 6:57 pm
Subject: Re: Playing with fixtures and django serializers -> Errors...
On 3/16/07, Jens Diemer <python_gm...@jensdiemer.de> wrote:

> Generally: I have possibly wrong data in the data base. But i think
> django does not help, to find these wrong data.
> I made "django-admin dumpdata" and i got this error:
> """
> Unable to serialize database: ContentType matching query does not exist.
> """
> I can set "--verbosity=2", but i get no more information :(

Well... I don't think you need much more information. I'm going to go
out on a limb here, and say that a Content Type definintion is
missing.

This suggests that somewhere along the line, your database got out of sync.

Start from the beginning with a completely clean database, run syncdb,
then serialize - does the problem go away? Then, reintroduce data
manually and serialize. Repeat until the problem re-emerges. I suspect
that if you start from a clean setup, the problem will go away.

Yours,
Russ Magee %-)


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.