diff options
| author | Rob Romano | 2012-11-13 16:49:13 -0800 |
|---|---|---|
| committer | Rob Romano | 2012-11-14 12:51:00 -0800 |
| commit | 321ba156ca45da8a4b3328c4aec6a9235f32e5f8 (patch) | |
| tree | 51bdbb438943c052cc4c7ef702e4b78cb721498a /docs/topics/credits.md | |
| parent | eb20b5663e68ce01453eeb855922874001f42d0f (diff) | |
| download | django-rest-framework-321ba156ca45da8a4b3328c4aec6a9235f32e5f8.tar.bz2 | |
Renamed AuthTokenView to ObtainAuthToken, added obtain_auth_token var, updated tests & docs. Left authtoken.urls in place as example.
Diffstat (limited to 'docs/topics/credits.md')
| -rw-r--r-- | docs/topics/credits.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/topics/credits.md b/docs/topics/credits.md index 8e71c937..939dfc57 100644 --- a/docs/topics/credits.md +++ b/docs/topics/credits.md @@ -60,6 +60,7 @@ The following people have helped make REST framework great. * Ben Konrath - [benkonrath] * Marc Aymerich - [glic3rinu] * Ludwig Kraatz - [ludwigkraatz] +* Rob Romano - [robromano] Many thanks to everyone who's contributed to the project. @@ -155,3 +156,5 @@ To contact the author directly: [benkonrath]: https://github.com/benkonrath [glic3rinu]: https://github.com/glic3rinu [ludwigkraatz]: https://github.com/ludwigkraatz +[robromano]: https://github.com/robromano + |
