8000 Update install.rst (#6610) · bplociennik/django-cms@b412969 · GitHub
[go: up one dir, main page]

Skip to content

Commit b412969

Browse files
torvitasbplociennik
authored andcommitted
Update install.rst (django-cms#6610)
change MIDDLEWARE_CLASSES to MIDDLEWARE as cms check expects
1 parent dc9ac2b commit b412969

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/how_to/install.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ in the ``TEMPLATES['OPTIONS']['context_processors']``:
221221
Middleware
222222
==========
223223

224-
in your :setting:`django:MIDDLEWARE_CLASSES` you'll need :class:`django:django.middleware.locale.LocaleMiddleware` -
224+
in your :setting:`django:MIDDLEWARE` you'll need :class:`django:django.middleware.locale.LocaleMiddleware` -
225225
it's **not** installed in Django projects by default.
226226

227227
Also add::

0 commit comments

Comments
 (0)
0