diff options
| author | Tom Christie | 2012-11-08 21:49:38 +0000 | 
|---|---|---|
| committer | Tom Christie | 2012-11-08 21:49:38 +0000 | 
| commit | ad9c5d2ffa52a62a7c5cae444f5f4572b35fff2c (patch) | |
| tree | 7418bc6b4ab491178b4d625f1c564c9dec0f71cf | |
| parent | 33a69864625c1953f6f7a94956e1ed07c84e7a44 (diff) | |
| download | django-rest-framework-ad9c5d2ffa52a62a7c5cae444f5f4572b35fff2c.tar.bz2 | |
Added @benkonrath, for his excellent work on filtering support.  Thank you!
| -rw-r--r-- | docs/topics/credits.md | 4 | 
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/topics/credits.md b/docs/topics/credits.md index d2549997..1a2c0db8 100644 --- a/docs/topics/credits.md +++ b/docs/topics/credits.md @@ -57,6 +57,7 @@ The following people have helped make REST framework great.  * Osiloke Harold Emoekpere - [osiloke]  * Michael Shepanski - [mjs7231]  * Toni Michel - [tonimichel] +* Ben Konrath - [benkonrath]  Many thanks to everyone who's contributed to the project. @@ -148,4 +149,5 @@ To contact the author directly:  [jmagnusson]: https://github.com/jmagnusson  [osiloke]: https://github.com/osiloke  [mjs7231]: https://github.com/mjs7231 -[tonimichel]: https://github.com/tonimichel
\ No newline at end of file +[tonimichel]: https://github.com/tonimichel +[benkonrath]: https://github.com/benkonrath  | 
