Since I don't see PickleField in the 1.3 Model Field docs, you
probably have to supply more information in order to get an
answer.

If it has to do with python's pickle serialization, note that they
are not generally promised to be compatible from on python
version to the next, so you need to have a strong reason to
use them.

On Wed, Nov 9, 2011 at 11:53 AM, mf <mf2...@gmail.com> wrote:
> I need to serialize a django model which contains a pickefield. The
> problem with this is that if I do the following:
>
>    python manage.py dumpdata myapp --indent=4 > data.json
>
> I end up getting a data.json file with the following information in
> each picklefield field:
>
>    "picklefield_field": "gAJ9cQEoVQZjb3BwZXJxAn1xAyh..."
>
> Is there a simple way to solve this or I'd have to write a script
> iterating over the models?
>
> Thanks for your help.
>
> --
> 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.
>
>

-- 
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