|
@@ -1528,9 +1528,12 @@ Default: ``[]`` (Empty list)
|
|
|
|
|
|
A list of IP addresses, as strings, that:
|
|
|
|
|
|
-* See debug comments, when :setting:`DEBUG` is ``True``
|
|
|
-* Receive X headers in admindocs if the ``XViewMiddleware`` is installed (see
|
|
|
- :doc:`/ref/contrib/admin/admindocs`)
|
|
|
+* Allow the :func:`~django.template.context_processors.debug` context processor
|
|
|
+ to add some variables to the template context.
|
|
|
+* Can use the :ref:`admindocs bookmarklets <admindocs-bookmarklets>` even if
|
|
|
+ not logged in as a staff user.
|
|
|
+* Are marked as "internal" (as opposed to "EXTERNAL") in
|
|
|
+ :class:`~django.utils.log.AdminEmailHandler` emails.
|
|
|
|
|
|
.. setting:: LANGUAGE_CODE
|
|
|
|