diff options
| author | Tom Christie | 2013-08-29 17:27:00 +0100 | 
|---|---|---|
| committer | Tom Christie | 2013-08-29 19:31:36 +0100 | 
| commit | 4b46de7dcebb31e9f7de11926ab5a4ecaa80c770 (patch) | |
| tree | c6b527a9266d42bd8fe3aa14b43abff8c4b0b557 | |
| parent | cf2033f8bf013039d906a3fe5390ca6940503626 (diff) | |
| download | django-rest-framework-4b46de7dcebb31e9f7de11926ab5a4ecaa80c770.tar.bz2 | |
Added @diox for fix #1074.  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 47807a0e..b2d3d5d2 100644 --- a/docs/topics/credits.md +++ b/docs/topics/credits.md @@ -165,6 +165,7 @@ The following people have helped make REST framework great.  * Kristian Øllegaard - [kristianoellegaard]  * Alexander Akhmetov - [alexander-akhmetov]  * Andrey Antukh - [niwibe] +* Mathieu Pillard - [diox]  Many thanks to everyone who's contributed to the project. @@ -366,3 +367,4 @@ You can also contact [@_tomchristie][twitter] directly on twitter.  [kristianoellegaard]: https://github.com/kristianoellegaard  [alexander-akhmetov]: https://github.com/alexander-akhmetov  [niwibe]: https://github.com/niwibe +[diox]: https://github.com/diox | 
