diff options
| -rw-r--r-- | docs/api-guide/authentication.md | 4 | ||||
| -rw-r--r-- | docs/topics/credits.md | 2 | 
2 files changed, 4 insertions, 2 deletions
| diff --git a/docs/api-guide/authentication.md b/docs/api-guide/authentication.md index 9d6b4c60..ce2c99e1 100644 --- a/docs/api-guide/authentication.md +++ b/docs/api-guide/authentication.md @@ -192,7 +192,7 @@ You can do so by inserting a `needed_by` attribute in your user migration:          def forwards(self):              ... -For more details, see the [south documentation on dependancies][south-dependancies]. +For more details, see the [south documentation on dependencies][south-dependencies].  ## SessionAuthentication @@ -259,6 +259,6 @@ HTTP digest authentication is a widely implemented scheme that was intended to r  [csrf-ajax]: https://docs.djangoproject.com/en/dev/ref/contrib/csrf/#ajax  [mod_wsgi_official]: http://code.google.com/p/modwsgi/wiki/ConfigurationDirectives#WSGIPassAuthorization  [custom-user-model]: https://docs.djangoproject.com/en/dev/topics/auth/customizing/#specifying-a-custom-user-model -[south-dependancies]: http://south.readthedocs.org/en/latest/dependencies.html +[south-dependencies]: http://south.readthedocs.org/en/latest/dependencies.html  [juanriaza]: https://github.com/juanriaza  [djangorestframework-digestauth]: https://github.com/juanriaza/django-rest-framework-digestauth diff --git a/docs/topics/credits.md b/docs/topics/credits.md index d1bb907a..190ce490 100644 --- a/docs/topics/credits.md +++ b/docs/topics/credits.md @@ -107,6 +107,7 @@ The following people have helped make REST framework great.  * Ryan Detzel - [ryanrdetzel]  * Omer Katz - [thedrow]  * Wiliam Souza - [waa] +* Jonas Braun - [iekadou]  Many thanks to everyone who's contributed to the project. @@ -248,3 +249,4 @@ You can also contact [@_tomchristie][twitter] directly on twitter.  [ryanrdetzel]: https://github.com/ryanrdetzel  [thedrow]: https://github.com/thedrow  [waa]: https://github.com/wiliamsouza +[iekadou]: https://github.com/iekadou | 
