On Tue, Jun 14, 2011 at 1:41 AM, christian.posta
<christian.po...@gmail.com> wrote:
> Are you using your own fixtures (like initial_data.json)?
> Is it possible that in your initial_data.json ( or whatever fixture
> you're using) that you're including entries into the content_types
[..]

Well i do have entries of the kind this :
 {
        "pk": 47,
        "model": "contenttypes.contenttype",
        "fields": {
            "model": "user",
            "name": "user",
            "app_label": "auth"
        }
    },

Are these what you are referring to ..

-- 
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 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to