From bfdfbeef8e36b55b1435741a0c8e065dedfbb463 Mon Sep 17 00:00:00 2001 From: Gabriel Le Breton Date: Wed, 18 Jun 2014 11:07:36 -0400 Subject: [PATCH] text should not go into code block --- docs/configuration/django.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/configuration/django.rst b/docs/configuration/django.rst index 83fdff763..9c03d562d 100644 --- a/docs/configuration/django.rst +++ b/docs/configuration/django.rst @@ -58,11 +58,11 @@ setting:: 'django.contrib.auth.backends.ModelBackend', ) - Take into account that backends **must** be defined in AUTHENTICATION_BACKENDS_ - or Django won't pick them when trying to authenticate the user. +Take into account that backends **must** be defined in AUTHENTICATION_BACKENDS_ +or Django won't pick them when trying to authenticate the user. - Don't miss ``django.contrib.auth.backends.ModelBackend`` if using ``django.contrib.auth`` - application or users won't be able to login by username / password method. +Don't miss ``django.contrib.auth.backends.ModelBackend`` if using ``django.contrib.auth`` +application or users won't be able to login by username / password method. URLs entries