mirror of
https://github.com/django/django.git
synced 2025-07-12 07:45:11 +00:00
Normalized casing of "custom user model".
This commit is contained in:
parent
d02a03d574
commit
93a081946d
8 changed files with 88 additions and 92 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue