mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Made default MIDDLEWARE_CLASSES same as in project_template.
And updated docs, and also corrected them about middleware by removing 'XViewMiddleware' git-svn-id: http://code.djangoproject.com/svn/django/trunk@10129 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
20f7e51493
commit
cdc8c61bc3
3 changed files with 4 additions and 6 deletions
|
@ -30,7 +30,6 @@ created by :djadmin:`django-admin.py startproject <startproject>`::
|
|||
'django.middleware.common.CommonMiddleware',
|
||||
'django.contrib.sessions.middleware.SessionMiddleware',
|
||||
'django.contrib.auth.middleware.AuthenticationMiddleware',
|
||||
'django.middleware.doc.XViewMiddleware',
|
||||
)
|
||||
|
||||
During the request phases (:meth:`process_request` and :meth:`process_view`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue