summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2013-05-19 06:51:55 -0400
committerTim Graham <timograham@gmail.com>2013-05-19 06:51:55 -0400
commitcc62cbed76daeaea28c1e4892244bcf1e148f373 (patch)
treea6a2c742f4bb58866a6ab395c2b8b824650f3e73 /docs
parent4ad1eb1c14b629cf5bcfd253ed40e875f1bddd47 (diff)
Fixed some line wrapping, refs #20233
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/auth/customizing.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/topics/auth/customizing.txt b/docs/topics/auth/customizing.txt
index 4b6721ba21..9a8bab947c 100644
--- a/docs/topics/auth/customizing.txt
+++ b/docs/topics/auth/customizing.txt
@@ -1092,7 +1092,7 @@ code would be required in the app's ``admin.py`` file::
# unregister the Group model from admin.
admin.site.unregister(Group)
-Finally specify the custom model as the default user model for your project using the :setting:`AUTH_USER_MODEL` setting in your ``settings.py``::
+Finally, specify the custom model as the default user model for your project
+using the :setting:`AUTH_USER_MODEL` setting in your ``settings.py``::
AUTH_USER_MODEL = 'customauth.MyUser'
-