diff options
| author | Tom Christie | 2013-05-13 13:35:16 +0200 |
|---|---|---|
| committer | Tom Christie | 2013-05-13 13:35:16 +0200 |
| commit | 1154d873e956e89b1b994c3ac803d90cbfcedf59 (patch) | |
| tree | d73afed925d101ba634eaeb2548d35f59c2255f0 | |
| parent | fd4a66cfc7888775d20b18665d63156cf3dae13a (diff) | |
| download | django-rest-framework-1154d873e956e89b1b994c3ac803d90cbfcedf59.tar.bz2 | |
Added django-viewsets to credits. Refs #738.
| -rw-r--r-- | docs/topics/credits.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/topics/credits.md b/docs/topics/credits.md index 9871c64e..4eb78d30 100644 --- a/docs/topics/credits.md +++ b/docs/topics/credits.md @@ -134,7 +134,7 @@ Continuous integration testing is managed with [Travis CI][travis-ci]. The [live sandbox][sandbox] is hosted on [Heroku]. -Various inspiration taken from the [Rails], [Piston], [Tastypie] and [Dagny] projects. +Various inspiration taken from the [Rails], [Piston], [Tastypie], [Dagny] and [django-viewsets] projects. Development of REST framework 2.0 was sponsored by [DabApps]. @@ -153,6 +153,7 @@ You can also contact [@_tomchristie][twitter] directly on twitter. [piston]: https://bitbucket.org/jespern/django-piston [tastypie]: https://github.com/toastdriven/django-tastypie [dagny]: https://github.com/zacharyvoase/dagny +[django-viewsets]: https://github.com/BertrandBordage/django-viewsets [dabapps]: http://lab.dabapps.com [sandbox]: http://restframework.herokuapp.com/ [heroku]: http://www.heroku.com/ |
