Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#23708 closed Bug (fixed)

mod_wsgi deployment docs refers to nonexistent comment in wsgi.py

Reported by: Peter Inglesby Owned by: nobody
Component: Documentation Version: 1.7
Severity: Normal Keywords:
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

The "How to use Django with Apache and mod_wsgi" page in the docs includes the line "This can be solved with a minor edit to wsgi.py (see comment in the file for details)". However, there is no such comment in wsgi.py.

Attachments (1)

23708.diff (1.2 KB ) - added by Tim Graham 9 years ago.

Download all attachments as: .zip

Change History (5)

comment:1 by Tim Graham, 9 years ago

Has patch: set
Summary: Documentation refers to missing commentmod_wsgi deployment docs refers to nonexistent comment in wsgi.py
Triage Stage: UnreviewedAccepted

Warning and comment were added in 751a7d0c32746dc6774f1b561db523b25365148a and removed in 3f1c7b70537330435e2ec2fca9550f7b7fa4372e. The attached patch moves that comment that was in wsgi.py to the documentation.

by Tim Graham, 9 years ago

Attachment: 23708.diff added

comment:2 by Tim Graham <timograham@…>, 9 years ago

Resolution: fixed
Status: newclosed

In e460b1c573359b256d79c0d4cf6aeb492deca97c:

Fixed #23708 -- Corrected mod_wsgi docs reference to nonexistent comment in wsgi.py.

Thanks inglesp for the report.

comment:3 by Tim Graham <timograham@…>, 9 years ago

In 54c2c5e0485d3951df553513a5640224cb668050:

[1.6.x] Fixed #23708 -- Corrected mod_wsgi docs reference to nonexistent comment in wsgi.py.

Thanks inglesp for the report.

Backport of e460b1c573 from master

comment:4 by Tim Graham <timograham@…>, 9 years ago

In b7231e39a41d1897e73832803e4ceeeda11615e5:

[1.7.x] Fixed #23708 -- Corrected mod_wsgi docs reference to nonexistent comment in wsgi.py.

Thanks inglesp for the report.

Backport of e460b1c573 from master

Note: See TracTickets for help on using tickets.
Back to Top