@@ -741,9 +741,9 @@ lists and tuples. All settings that were formerly tuples are now lists.
741741Django template loaders previously required an ``is_usable`` attribute to be
742742defined. If a loader was configured in the template settings and this attribute
743743was ``False``, the loader would be silently ignored. In practice, this was only
744- used by the egg loader to detect if setuptools was installed. The ``is_usable``
745- attribute is now removed and the egg loader instead fails at runtime if
746- setuptools is not installed.
744+ used by the egg loader to detect if `` setuptools`` was installed. The
745+ ``is_usable`` attribute is now removed and the egg loader instead fails at
746+ runtime if `` setuptools`` is not installed.
747747
748748Related set direct assignment
749749-----------------------------
@@ -1028,10 +1028,10 @@ a Django application with this structure:
10281028
10291029.. _syntax-error-old-setuptools-django-19:
10301030
1031- ``SyntaxError`` when installing Django setuptools 5.5.x
1032- -------------------------------------------------------
1031+ ``SyntaxError`` when installing Django `` setuptools`` 5.5.x
1032+ -----------------------------------------------------------
10331033
1034- When installing Django 1.9 or 1.9.1 with setuptools 5.5.x, you'll see:
1034+ When installing Django 1.9 or 1.9.1 with `` setuptools`` 5.5.x, you'll see:
10351035
10361036.. code-block:: shell
10371037
@@ -1048,10 +1048,10 @@ When installing Django 1.9 or 1.9.1 with setuptools 5.5.x, you'll see:
10481048 SyntaxError: invalid syntax
10491049
10501050It's safe to ignore these errors (Django will still install just fine), but you
1051- can avoid them by upgrading setuptools to a more recent version. If you're
1051+ can avoid them by upgrading `` setuptools`` to a more recent version. If you're
10521052using pip, you can upgrade pip using ``python -m pip install -U pip`` which
1053- will also upgrade setuptools. This is resolved in later versions of Django as
1054- described in the :doc:`/releases/1.9.2`.
1053+ will also upgrade `` setuptools`` . This is resolved in later versions of Django
1054+ as described in the :doc:`/releases/1.9.2`.
10551055
10561056Miscellaneous
10571057-------------
0 commit comments