diff options
| author | Tom Christie | 2011-05-17 09:15:35 +0100 |
|---|---|---|
| committer | Tom Christie | 2011-05-17 09:15:35 +0100 |
| commit | bfbb8ceccf209d6cd11723ead11e820e96e0accd (patch) | |
| tree | c21b9920403f1850ef70ccac2cb3c3dbfe3b5105 /docs/library/authentication.rst | |
| parent | 3f6b6e437bf24a55c33af5379b8ae89974edba57 (diff) | |
| parent | 40573b2793a49d68b89ea5b6c4bff0e13470cc0c (diff) | |
| download | django-rest-framework-bfbb8ceccf209d6cd11723ead11e820e96e0accd.tar.bz2 | |
Merge Marko's doc improvements.
Diffstat (limited to 'docs/library/authentication.rst')
| -rw-r--r-- | docs/library/authentication.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/library/authentication.rst b/docs/library/authentication.rst new file mode 100644 index 00000000..d159f605 --- /dev/null +++ b/docs/library/authentication.rst @@ -0,0 +1,5 @@ +:mod:`authentication` +===================== + +.. automodule:: authentication + :members: |
