-
Prince Mishra authored
The need arose when I wanted to cache serialized output of django-tastypie list endpoints. The output was json already, so it makes no sense to re-serialize it with pickle parser or json parser.
bcdd03c6
The need arose when I wanted to cache serialized output of django-tastypie list endpoints. The output was json already, so it makes no sense to re-serialize it with pickle parser or json parser.