From 98b5b2abd8af88271b9f002c4cff878949c08957 Mon Sep 17 00:00:00 2001 From: tom christie tom@tomchristie.com Date: Mon, 31 Jan 2011 08:48:26 +0000 Subject: Minor docs changes --- docs/examples/objectstore.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/examples') diff --git a/docs/examples/objectstore.rst b/docs/examples/objectstore.rst index 05c750c5..7865242d 100644 --- a/docs/examples/objectstore.rst +++ b/docs/examples/objectstore.rst @@ -3,6 +3,8 @@ Resource example - An object store * http://api.django-rest-framework.org/object-store/ +This example shows an object store API that can be used to store arbitrary serializable content. + ``urls.py`` .. include:: ../../examples/objectstore/urls.py -- cgit v1.2.3