[Django] #20766: Deprecate fastcgi support

13 views
Skip to first unread message

Django

unread,
Jul 18, 2013, 10:46:37 AM7/18/13
to django-...@googlegroups.com
#20766: Deprecate fastcgi support
--------------------------------------+---------------------
Reporter: timo | Owner: timo
Type: Cleanup/optimization | Status: new
Component: Core (Other) | Version: master
Severity: Normal | Keywords: fastcgi
Triage Stage: Unreviewed | Has patch: 0
Easy pickings: 0 | UI/UX: 0
--------------------------------------+---------------------
from Jacob in [https://groups.google.com/forum/#!topic/django-
developers/oGmD8LvLTPg django-developers]:

This, for me, is the key: anything that's not a WSGI container is
basically the wrong way to serve Django. Full stop. By continuing to
include these other weird protocols we're implying that they're fully
supported when they're actually totally not. Back in the day, we needed
FCGI support because the options for hosting Python stuff was super
limited. Today, there are a ton of options, even in the ultra-low-cost
category.

Let's start FCGI (and the others) down the path to deprecation. If
there's truly a community that finds value in these things -- and frankly
I think that once they try modern options they'll quickly switch and never
look back -- then let them maintain the code.

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

Django

unread,
Jul 18, 2013, 11:14:30 AM7/18/13
to django-...@googlegroups.com
#20766: Deprecate fastcgi support
--------------------------------------+------------------------------------

Reporter: timo | Owner: timo
Type: Cleanup/optimization | Status: new
Component: Core (Other) | Version: master
Severity: Normal | Resolution:
Keywords: fastcgi | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0

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

* cc: timograham@… (added)
* needs_better_patch: => 0
* needs_tests: => 0
* needs_docs: => 0
* has_patch: 0 => 1
* stage: Unreviewed => Accepted


Comment:

https://github.com/django/django/pull/1371

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

Django

unread,
Jul 23, 2013, 9:46:12 AM7/23/13
to django-...@googlegroups.com
#20766: Deprecate fastcgi support
--------------------------------------+------------------------------------
Reporter: timo | Owner: timo
Type: Cleanup/optimization | Status: new
Component: Core (Other) | Version: master
Severity: Normal | Resolution:
Keywords: fastcgi | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0

Easy pickings: 0 | UI/UX: 0
--------------------------------------+------------------------------------

Comment (by apollo13):

Even if we drop FCGI support in Django, the docs should make clear that
you can still use it…; eg have a small page describing it like this: http
://uwsgi-docs.readthedocs.org/en/latest/Options.html#fastcgi-socket and
offer http://uwsgi-docs.readthedocs.org/en/latest/Options.html#fastcgi-
socket as a runfcgi replacement.

--
Ticket URL: <https://code.djangoproject.com/ticket/20766#comment:2>

Django

unread,
Jul 24, 2013, 7:16:38 AM7/24/13
to django-...@googlegroups.com
#20766: Deprecate fastcgi support
--------------------------------------+------------------------------------
Reporter: timo | Owner: timo
Type: Cleanup/optimization | Status: new
Component: Core (Other) | Version: master
Severity: Normal | Resolution:
Keywords: fastcgi | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0

Easy pickings: 0 | UI/UX: 0
--------------------------------------+------------------------------------

Comment (by timo):

I don't know enough about using FastCGI via uWSGI to write a how-to. If
someone else is interested in writing something, I'm happy to review it.

--
Ticket URL: <https://code.djangoproject.com/ticket/20766#comment:3>

Django

unread,
Jul 24, 2013, 2:09:07 PM7/24/13
to django-...@googlegroups.com
#20766: Deprecate fastcgi support
--------------------------------------+------------------------------------
Reporter: timo | Owner: timo
Type: Cleanup/optimization | Status: closed

Component: Core (Other) | Version: master
Severity: Normal | Resolution: fixed

Keywords: fastcgi | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0

Easy pickings: 0 | UI/UX: 0
--------------------------------------+------------------------------------
Changes (by Tim Graham <timograham@…>):

* status: new => closed
* resolution: => fixed


Comment:

In [changeset:"bd0dcc6c89e262780df3c17f18b2462f50b48137"]:
{{{
#!CommitTicketReference repository=""
revision="bd0dcc6c89e262780df3c17f18b2462f50b48137"
Fixed #20766 -- Deprecated FastCGI support.
}}}

--
Ticket URL: <https://code.djangoproject.com/ticket/20766#comment:4>

Django

unread,
Jul 24, 2013, 2:10:48 PM7/24/13
to django-...@googlegroups.com
#20766: Deprecate fastcgi support
--------------------------------------+------------------------------------
Reporter: timo | Owner: timo
Type: Cleanup/optimization | Status: closed

Component: Core (Other) | Version: master
Severity: Normal | Resolution: fixed
Keywords: fastcgi | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0

Easy pickings: 0 | UI/UX: 0
--------------------------------------+------------------------------------

Comment (by timo):

Created a separate ticket for the doc update: #20799

--
Ticket URL: <https://code.djangoproject.com/ticket/20766#comment:5>

Django

unread,
Jun 9, 2014, 10:32:25 AM6/9/14
to django-...@googlegroups.com
#20766: Deprecate fastcgi support
--------------------------------------+------------------------------------
Reporter: timo | Owner: timo
Type: Cleanup/optimization | Status: closed

Component: Core (Other) | Version: master
Severity: Normal | Resolution: fixed
Keywords: fastcgi | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0

Easy pickings: 0 | UI/UX: 0
--------------------------------------+------------------------------------

Comment (by Tim Graham <timograham@…>):

In [changeset:"67ce2e74e1aafd3f85f6d64059d204e434e0e5f4"]:
{{{
#!CommitTicketReference repository=""
revision="67ce2e74e1aafd3f85f6d64059d204e434e0e5f4"
Added missing deprecation note for fastcgi in 1.7 release notes; refs
#20766.
}}}

--
Ticket URL: <https://code.djangoproject.com/ticket/20766#comment:6>

Django

unread,
Jun 9, 2014, 10:32:35 AM6/9/14
to django-...@googlegroups.com
#20766: Deprecate fastcgi support
--------------------------------------+------------------------------------
Reporter: timo | Owner: timo
Type: Cleanup/optimization | Status: closed

Component: Core (Other) | Version: master
Severity: Normal | Resolution: fixed
Keywords: fastcgi | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0

Easy pickings: 0 | UI/UX: 0
--------------------------------------+------------------------------------

Comment (by Tim Graham <timograham@…>):

In [changeset:"a11ed8dcfdce6820012ea219d1bbadb28c67b60d"]:
{{{
#!CommitTicketReference repository=""
revision="a11ed8dcfdce6820012ea219d1bbadb28c67b60d"
[1.7.x] Added missing deprecation note for fastcgi in 1.7 release notes;
refs #20766.

Backport of 67ce2e74e1 from master
}}}

--
Ticket URL: <https://code.djangoproject.com/ticket/20766#comment:7>

Django

unread,
Jan 17, 2015, 8:34:09 AM1/17/15
to django-...@googlegroups.com
#20766: Deprecate fastcgi support
--------------------------------------+------------------------------------
Reporter: timo | Owner: timo
Type: Cleanup/optimization | Status: closed

Component: Core (Other) | Version: master
Severity: Normal | Resolution: fixed
Keywords: fastcgi | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0

Easy pickings: 0 | UI/UX: 0
--------------------------------------+------------------------------------

Comment (by Tim Graham <timograham@…>):

In [changeset:"41f0d3d3bc8b0a6831530e1176c6415f9ba45b0b"]:
{{{
#!CommitTicketReference repository=""
revision="41f0d3d3bc8b0a6831530e1176c6415f9ba45b0b"
Removed FastCGI support per deprecation timeline; refs #20766.
}}}

--
Ticket URL: <https://code.djangoproject.com/ticket/20766#comment:8>

Reply all
Reply to author
Forward
0 new messages