Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#10540 closed (fixed)

Remove small documentation redundancy redundancy

Reported by: llimllib Owned by: nobody
Component: Documentation Version: 1.0
Severity: Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

s/How to use Django with FastCGI, SCGI or AJP (which also covers SCGI and AJP)./How to use Django with FastCGI, SCGI or AJP./

on page http://docs.djangoproject.com/en/dev/howto/deployment/modpython/ .

Attachments (1)

modpython-redundancy.diff (550 bytes ) - added by Tim Graham 15 years ago.

Download all attachments as: .zip

Change History (4)

by Tim Graham, 15 years ago

Attachment: modpython-redundancy.diff added

comment:1 by Tim Graham, 15 years ago

Has patch: set
Triage Stage: UnreviewedReady for checkin

comment:2 by Gary Wilson, 15 years ago

Resolution: fixed
Status: newclosed

(In [10242]) Fixed #10389, #10501, #10502, #10540, #10562, #10563, #10564, #10565, #10568, #10569, #10614, #10617, #10619 -- Fixed several typos as well as a couple minor issues in the docs, patches from timo, nih, bthomas, rduffield, UloPe, and sebleier@….

comment:3 by Gary Wilson, 15 years ago

(In [10243]) [1.0.X]: Fixed #10389, #10501, #10502, #10540, #10562, #10563, #10564, #10565, #10568, #10569, #10614, #10617, #10619 -- Fixed several typos as well as a couple minor issues in the docs, patches from timo, nih, bthomas, rduffield, UloPe, and sebleier@….

Backport of r10242 from trunk.

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