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
This commit is contained in:
Adrian Holovaty 2007-09-15 04:30:15 +00:00
parent 036e4575df
commit bdba94d78f
1 changed files with 2 additions and 3 deletions

View File

@ -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/