diff options
| author | Tom Christie | 2013-02-15 09:19:10 +0000 | 
|---|---|---|
| committer | Tom Christie | 2013-02-15 09:19:10 +0000 | 
| commit | 50a9070e469dfc3c1018e9eee8ac9fe8c1a5f552 (patch) | |
| tree | dbf6865c9c91a7a46eee0073499509f2d68d052f | |
| parent | d05b950945ffe012de63f750ba5b98b14cfc4b9a (diff) | |
| download | django-rest-framework-50a9070e469dfc3c1018e9eee8ac9fe8c1a5f552.tar.bz2 | |
Added @pelme, for TimeField addition.
Refs #660.
| -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 1320d4d4..bb41ef5f 100644 --- a/docs/topics/credits.md +++ b/docs/topics/credits.md @@ -103,6 +103,7 @@ The following people have helped make REST framework great.  * Fernando Rocha - [fernandogrd]  * Xavier Ordoquy - [xordoquy]  * Adam Wentz - [floppya] +* Andreas Pelme - [pelme]  Many thanks to everyone who's contributed to the project. @@ -240,3 +241,4 @@ You can also contact [@_tomchristie][twitter] directly on twitter.  [fernandogrd]: https://github.com/fernandogrd  [xordoquy]: https://github.com/xordoquy  [floppya]: https://github.com/floppya +[pelme]: https://github.com/pelme | 
