diff options
| author | Tom Christie | 2013-01-02 13:49:43 +0000 | 
|---|---|---|
| committer | Tom Christie | 2013-01-02 13:49:43 +0000 | 
| commit | 161432d78c29dd607fb9b16957aaa00010027fcd (patch) | |
| tree | af4652a151d858acf4a100d98c1fb8598893410a | |
| parent | 438c2cac1bcd5ac24ea83bc75deb12b8584b906a (diff) | |
| download | django-rest-framework-161432d78c29dd607fb9b16957aaa00010027fcd.tar.bz2 | |
Added @ahankinson, for PATCH support. Thanks!
| -rw-r--r-- | docs/topics/credits.md | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/docs/topics/credits.md b/docs/topics/credits.md index c4277a23..008e4a1b 100644 --- a/docs/topics/credits.md +++ b/docs/topics/credits.md @@ -84,6 +84,7 @@ The following people have helped make REST framework great.  * Roman Akinfold - [akinfold]  * Toran Billups - [toranb]  * Sébastien Béal - [sebastibe] +* Andrew Hankinson - [ahankinson]  Many thanks to everyone who's contributed to the project. @@ -203,3 +204,4 @@ You can also contact [@_tomchristie][twitter] directly on twitter.  [akinfold]: https://github.com/akinfold  [toranb]: https://github.com/toranb  [sebastibe]: https://github.com/sebastibe +[ahankinson]: https://github.com/ahankinson | 
