Quantcast
Channel: Django loaddata returns DeserializationError: 'NoneType' object has no attribute '_meta' - Stack Overflow
Viewing all articles
Browse latest Browse all 2

Django loaddata returns DeserializationError: 'NoneType' object has no attribute '_meta'

$
0
0

I have a json file coming from a dumpdata that I want to load and when doing loaddata after some time it returns this message:

DeserializationError: 'NoneType' object has no attribute '_meta'

There is no clue, no reference, I have no idea where this is coming from. I have tried with Django 1.4.8 and 1.5.4 and the result is the same.

What could it be?

edit: I have added a pdb to find out more and it appears that the objects that trigger the error are from auth.permission.


Viewing all articles
Browse latest Browse all 2

Latest Images

Trending Articles





Latest Images