From a0206254ec00614a1e48b1634d2461ee057585ab Mon Sep 17 00:00:00 2001 From: amatellanes Date: Wed, 12 Feb 2014 23:25:53 +0100 Subject: [PATCH 1/2] Fixed Testing docs section --- docs/topics/contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/contributing.md b/docs/topics/contributing.md index 5a5d1a80b..8040c7e55 100644 --- a/docs/topics/contributing.md +++ b/docs/topics/contributing.md @@ -65,7 +65,7 @@ To run the tests, clone the repository, and then: pip install -r optionals.txt # Run the tests - rest_framework/runtests/runtests.py + ./rest_framework/runtests/runtests.py You can also use the excellent `[tox][tox]` testing tool to run the tests against all supported versions of Python and Django. Install `tox` globally, and then simply run: From ae6402b386b7ef686273fb2cc5dd2223b3294f91 Mon Sep 17 00:00:00 2001 From: amatellanes Date: Wed, 12 Feb 2014 23:50:21 +0100 Subject: [PATCH 2/2] Added my name in Credits docs section. --- docs/topics/credits.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/topics/credits.md b/docs/topics/credits.md index d4c00bc4e..79042c7f9 100644 --- a/docs/topics/credits.md +++ b/docs/topics/credits.md @@ -182,6 +182,7 @@ The following people have helped make REST framework great. * Ian Foote - [ian-foote] * Chuck Harmston - [chuckharmston] * Philip Forget - [philipforget] +* Adrián Matellanes - [amatellanes] Many thanks to everyone who's contributed to the project.