diff options
| author | Tim Graham <timograham@gmail.com> | 2016-11-23 15:03:33 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-11-23 15:14:28 -0500 |
| commit | 93a081946d92da010c7de62dc58e697c6c33e5d3 (patch) | |
| tree | aea40aa97618634d9f2f5a405b1bd29de4510590 /docs/howto/deployment | |
| parent | d02a03d574b6623ce0d648dd676ae278d46375fb (diff) | |
| download | django-93a081946d92da010c7de62dc58e697c6c33e5d3.tar.gz | |
Normalized casing of "custom user model".
Diffstat (limited to 'docs/howto/deployment')
| -rw-r--r-- | docs/howto/deployment/wsgi/apache-auth.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/howto/deployment/wsgi/apache-auth.txt b/docs/howto/deployment/wsgi/apache-auth.txt index 3d4b35fd04..5f134209f0 100644 --- a/docs/howto/deployment/wsgi/apache-auth.txt +++ b/docs/howto/deployment/wsgi/apache-auth.txt @@ -15,7 +15,7 @@ version >= 2.2 and mod_wsgi >= 2.0. For example, you could: * Allow certain users to connect to a WebDAV share created with mod_dav_. .. note:: - If you have installed a :ref:`custom User model <auth-custom-user>` and + If you have installed a :ref:`custom user model <auth-custom-user>` and want to use this default auth handler, it must support an ``is_active`` attribute. If you want to use group based authorization, your custom user must have a relation named 'groups', referring to a related object that has |
