summaryrefslogtreecommitdiff
path: root/docs/ref/settings.txt
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2023-04-21 12:03:59 +0200
committerGitHub <noreply@github.com>2023-04-21 12:03:59 +0200
commitc487634c106888effbba680e02269e489ab911a6 (patch)
tree3836f76a931abfe5fd7455571ad5a753d4b634b3 /docs/ref/settings.txt
parent8ed25d65ea7546fafd808086fa07e7e5bb5428fc (diff)
downloaddjango-c487634c106888effbba680e02269e489ab911a6.tar.gz
Added meaningful titles to ..admonition:: directives.
Diffstat (limited to 'docs/ref/settings.txt')
-rw-r--r--docs/ref/settings.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt
index 41387886c0..005d2d91cd 100644
--- a/docs/ref/settings.txt
+++ b/docs/ref/settings.txt
@@ -3128,7 +3128,7 @@ Default: ``messages.INFO``
Sets the minimum message level that will be recorded by the messages
framework. See :ref:`message levels <message-level>` for more details.
-.. admonition:: Important
+.. admonition:: Avoiding circular imports
If you override ``MESSAGE_LEVEL`` in your settings file and rely on any of
the built-in constants, you must import the constants module directly to
@@ -3183,7 +3183,7 @@ rendered as a CSS class in HTML. If you specify a value, it will extend
the default. This means you only have to specify those values which you need
to override. See :ref:`message-displaying` above for more details.
-.. admonition:: Important
+.. admonition:: Avoiding circular imports
If you override ``MESSAGE_TAGS`` in your settings file and rely on any of
the built-in constants, you must import the ``constants`` module directly to