[Django] #27348: Typo in docs for modify_settings

1 view
Skip to first unread message

Django

unread,
Oct 14, 2016, 5:22:53 AM10/14/16
to django-...@googlegroups.com
#27348: Typo in docs for modify_settings
--------------------------------+--------------------
Reporter: Thomas Güttler | Owner: nobody
Type: Uncategorized | Status: new
Component: Uncategorized | Version: 1.10
Severity: Normal | Keywords:
Triage Stage: Unreviewed | Has patch: 0
Easy pickings: 0 | UI/UX: 0
--------------------------------+--------------------
https://docs.djangoproject.com/en/1.10/topics/testing/tools/#django.test.modify_settings

wrong: `@modify_settings(MIDDLEWARE=...`

correct `@modify_settings(MIDDLEWARE_CLASSES=...`

--
Ticket URL: <https://code.djangoproject.com/ticket/27348>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

Django

unread,
Oct 14, 2016, 7:16:23 AM10/14/16
to django-...@googlegroups.com
#27348: Typo in docs for modify_settings
--------------------------------+--------------------------------------

Reporter: Thomas Güttler | Owner: nobody
Type: Bug | Status: closed
Component: Documentation | Version: 1.10
Severity: Normal | Resolution: invalid
Keywords: | Triage Stage: Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0

Easy pickings: 0 | UI/UX: 0
--------------------------------+--------------------------------------
Changes (by Tim Graham):

* status: new => closed
* needs_better_patch: => 0
* component: Uncategorized => Documentation
* resolution: => invalid
* needs_tests: => 0
* needs_docs: => 0
* type: Uncategorized => Bug


Comment:

`settings.MIDDLEWARE` is new in Django 1.10 and supersedes the deprecated
`MIDDLEWARE_CLASSES` setting.

--
Ticket URL: <https://code.djangoproject.com/ticket/27348#comment:1>

Reply all
Reply to author
Forward
0 new messages