mirror of
https://github.com/django/django.git
synced 2025-05-31 03:06:29 +00:00
Small formatting fix to docs/settings.txt -- MIDDLEWARE_CLASSES example was scrolling off the page
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1140 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
0496c113e0
commit
1847c9ef64
@ -416,7 +416,11 @@ Example: ``"http://media.lawrence.com"``
|
|||||||
MIDDLEWARE_CLASSES
|
MIDDLEWARE_CLASSES
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
Default: ``("django.middleware.sessions.SessionMiddleware", "django.middleware.common.CommonMiddleware", "django.middleware.doc.XViewMiddleware")``
|
Default::
|
||||||
|
|
||||||
|
("django.middleware.sessions.SessionMiddleware",
|
||||||
|
"django.middleware.common.CommonMiddleware",
|
||||||
|
"django.middleware.doc.XViewMiddleware")
|
||||||
|
|
||||||
A tuple of middleware classes to use. See the `middleware docs`_.
|
A tuple of middleware classes to use. See the `middleware docs`_.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user