summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2007-09-15 04:30:15 +0000
committerAdrian Holovaty <adrian@holovaty.com>2007-09-15 04:30:15 +0000
commitbdba94d78f4b3faa3ae393ea0fcd29d254a4d6e8 (patch)
tree1a0ebcaee9010cb749f2e59237f161a8a2d9911c
parent036e4575df1dcb93ea6e660b418a6fdd7935f543 (diff)
Fixed #5264 -- Specified Flup version in docs/fastcgi.txt. Thanks, akaihola and Nis Jorgensen
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6255 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-rw-r--r--docs/fastcgi.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/fastcgi.txt b/docs/fastcgi.txt
index e50b9323bf..78ee9d408c 100644
--- a/docs/fastcgi.txt
+++ b/docs/fastcgi.txt
@@ -46,9 +46,8 @@ Prerequisite: flup
==================
Before you can start using FastCGI with Django, you'll need to install flup_,
-which is a Python library for dealing with FastCGI. Make sure to use the latest
-Subversion snapshot of flup, as some users have reported stalled pages with
-older flup versions.
+which is a Python library for dealing with FastCGI. Version 0.5 or newer should
+work fine.
.. _flup: http://www.saddi.com/software/flup/