diff options
| author | Tom Christie | 2012-09-05 13:03:55 +0100 |
|---|---|---|
| committer | Tom Christie | 2012-09-05 13:03:55 +0100 |
| commit | ef5279e97c0aa083d44489cf374fa75c7c8f53b7 (patch) | |
| tree | 8c4005861eec6588a81c8328805971de4f0e0292 /docs/topics/contributing.md | |
| parent | a33ac84f48da2064c82a7e40a0d045da992a33ed (diff) | |
| download | django-rest-framework-ef5279e97c0aa083d44489cf374fa75c7c8f53b7.tar.bz2 | |
Improve docs
Diffstat (limited to 'docs/topics/contributing.md')
| -rw-r--r-- | docs/topics/contributing.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/topics/contributing.md b/docs/topics/contributing.md new file mode 100644 index 00000000..cbb41f2a --- /dev/null +++ b/docs/topics/contributing.md @@ -0,0 +1,12 @@ +# Contributing to REST framework + +## Accessing settings + +**Describe api_settings** + +## Managing compatibility issues + +**Describe compat module** + +## Running the tests + |
