aboutsummaryrefslogtreecommitdiffstats
path: root/docs/examples
diff options
context:
space:
mode:
authortom christie tom@tomchristie.com2011-01-31 08:48:26 +0000
committertom christie tom@tomchristie.com2011-01-31 08:48:26 +0000
commit98b5b2abd8af88271b9f002c4cff878949c08957 (patch)
tree710f6a899b93064735f23f1d686f2876073d1898 /docs/examples
parent9024c2e94e27aa7a40882e9beae62e0502fc2677 (diff)
downloaddjango-rest-framework-98b5b2abd8af88271b9f002c4cff878949c08957.tar.bz2
Minor docs changes
Diffstat (limited to 'docs/examples')
-rw-r--r--docs/examples/objectstore.rst2
1 files changed, 2 insertions, 0 deletions
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