From 472cc13ccbea47b7c2f13af06e2c1fa439c2fbd7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ian=20Langworth=20=E2=98=A0?= Date: Wed, 27 Apr 2011 00:48:01 -0700 Subject: [PATCH] Fixed a tiny typo in the README --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.5