mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Updated a couple admonitions to use the warning directive.
This commit is contained in:
parent
efa300088f
commit
00031b73bd
2 changed files with 2 additions and 2 deletions
|
@ -408,7 +408,7 @@ This dotted pair describes the name of the Django app (which must be in your
|
|||
:setting:`INSTALLED_APPS`), and the name of the Django model that you wish to
|
||||
use as your User model.
|
||||
|
||||
.. admonition:: Warning
|
||||
.. warning::
|
||||
|
||||
Changing :setting:`AUTH_USER_MODEL` has a big effect on your database
|
||||
structure. It changes the tables that are available, and it will affect the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue