Skip to content

Commit

Permalink
Update docs/install.rst
Browse files Browse the repository at this point in the history
Co-authored-by: François Freitag <mail@franek.fr>
  • Loading branch information
johnthagen and francoisfreitag committed Oct 6, 2021
1 parent daadc9e commit da22a37
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,10 @@ models, but it does assume that a database is present.
"django.contrib.auth.backends.ModelBackend",
]
Django will check each authentication backend in order, so you are free
to reorder these if checking `ModelBackend` first is more applicable to
your application.
Django will check each authentication backend in order, so you are free to
reorder these if checking
:class:`~django.contrib.auth.backends.ModelBackend` first is more
applicable to your application.

.. _`python-ldap`: https://pypi.org/project/python-ldap/
.. _`OpenLDAP`: https://www.openldap.org/

0 comments on commit da22a37

Please sign in to comment.