]> git.parisson.com Git - django-social-auth.git/commitdiff
Fixed a tiny typo in the README
authorIan Langworth ☠ <ian@langworth.com>
Wed, 27 Apr 2011 07:48:01 +0000 (00:48 -0700)
committerIan Langworth ☠ <ian@langworth.com>
Wed, 27 Apr 2011 07:48:01 +0000 (00:48 -0700)
README.rst

index 3e2a9b9e55009e21fca05c95e14d6ca9445c50b4..cb3e37dcbf60d5f35a61f96d33b631c7a2be0031 100644 (file)
@@ -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.