diff options
| author | tom christie tom@tomchristie.com | 2011-01-30 11:00:20 +0000 |
|---|---|---|
| committer | tom christie tom@tomchristie.com | 2011-01-30 11:00:20 +0000 |
| commit | 250ab0f609f32cd3e004e1f2711f9c2e4fd9b57c (patch) | |
| tree | 915eeda0528dab3159958500c117e9285bc56ef3 /docs/library/modelresource.rst | |
| parent | 40f47a9fb31aebd965dce03ae57c036d5360d124 (diff) | |
| download | django-rest-framework-250ab0f609f32cd3e004e1f2711f9c2e4fd9b57c.tar.bz2 | |
Lots of docs, trying to tidy up examples...
Diffstat (limited to 'docs/library/modelresource.rst')
| -rw-r--r-- | docs/library/modelresource.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/library/modelresource.rst b/docs/library/modelresource.rst new file mode 100644 index 00000000..af760944 --- /dev/null +++ b/docs/library/modelresource.rst @@ -0,0 +1,9 @@ +:mod:`modelresource` +==================== + +.. note:: + + TODO - document this module properly + +.. automodule:: modelresource + :members: |
