From: Ian Langworth ☠ Date: Wed, 27 Apr 2011 07:48:01 +0000 (-0700) Subject: Fixed a tiny typo in the README X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=472cc13ccbea47b7c2f13af06e2c1fa439c2fbd7;p=django-social-auth.git Fixed a tiny typo in the README --- diff --git a/README.rst b/README.rst index 3e2a9b9..cb3e37d 100644 --- a/README.rst +++ b/README.rst @@ -194,7 +194,7 @@ Configuration or:: - from django.template.defaultfilter import slugify + from django.template.defaultfilters import slugify SOCIAL_AUTH_USERNAME_FIXER = lambda u: slugify(u) in case your user layout needs to purify username on some weird way.