hm .. i thought of that too but i considered it not to be the best
approach.
i will try that snippet though.. thank you!

On 27 Okt., 15:49, Shawn Milochik <sh...@milochik.com> wrote:
> Try this instead:
>
> http://djangosnippets.org/snippets/1478/
>
> Or you could do it manually in your model:
>
> 1. Add field _value_json to your model.
> 2. Add functions (get_value, set_value) which do the simplejson work.
> 3. Add a property named 'value' with get_value and set_value as its
> getter and setter.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@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