We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b814f4c commit 4a04944Copy full SHA for 4a04944
docs/ref/contrib/auth.txt
@@ -284,6 +284,9 @@ Manager methods
284
:meth:`~django.contrib.auth.models.User.set_unusable_password()` will
285
be called.
286
287
+ If no email is provided, :attr:`~django.contrib.auth.models.User.email`
288
+ will be set to an empty string.
289
+
290
The ``extra_fields`` keyword arguments are passed through to the
291
:class:`~django.contrib.auth.models.User`’s ``__init__`` method to
292
allow setting arbitrary fields on a :ref:`custom user model
0 commit comments