diff options
| author | Tim Graham <timograham@gmail.com> | 2013-05-19 06:51:55 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-05-19 06:51:55 -0400 |
| commit | cc62cbed76daeaea28c1e4892244bcf1e148f373 (patch) | |
| tree | a6a2c742f4bb58866a6ab395c2b8b824650f3e73 | |
| parent | 4ad1eb1c14b629cf5bcfd253ed40e875f1bddd47 (diff) | |
Fixed some line wrapping, refs #20233
| -rw-r--r-- | docs/topics/auth/customizing.txt | 4 |
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' - |
