Examples of use for PickledObjectField (django-picklefield)?
- by panchicore
Hi, surfing on the web, reading about django dev best practices points to use pickled model fields with extreme caution.
But in a real life example, where would you use a PickledObjectField, to solve what specific problems?