Commit 7464def4 by Stephan Groß

Fix typo

parent 6e7ddd57
...@@ -192,7 +192,7 @@ You can do so by inserting a `needed_by` attribute in your user migration: ...@@ -192,7 +192,7 @@ You can do so by inserting a `needed_by` attribute in your user migration:
def forwards(self): 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 ## SessionAuthentication
...@@ -259,6 +259,6 @@ HTTP digest authentication is a widely implemented scheme that was intended to r ...@@ -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 [csrf-ajax]: https://docs.djangoproject.com/en/dev/ref/contrib/csrf/#ajax
[mod_wsgi_official]: http://code.google.com/p/modwsgi/wiki/ConfigurationDirectives#WSGIPassAuthorization [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 [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 [juanriaza]: https://github.com/juanriaza
[djangorestframework-digestauth]: https://github.com/juanriaza/django-rest-framework-digestauth [djangorestframework-digestauth]: https://github.com/juanriaza/django-rest-framework-digestauth
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment