summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKaren Tracey <kmtracey@gmail.com>2008-11-21 17:49:19 +0000
committerKaren Tracey <kmtracey@gmail.com>2008-11-21 17:49:19 +0000
commitf93b9ead80bd31c2e7f000993336ea1ebcf22ad1 (patch)
tree51b4928769776062a73d87c25c2fbd34d94d0cd4 /docs
parent94c0aa7d84a76b10443afbbbed9d6b1fb6d6529d (diff)
[1.0.X] Remove the FAQ answer about a setuptools install error that references running a script 2-years-gone from the source tree.
r9523 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9524 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/faq/install.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/faq/install.txt b/docs/faq/install.txt
index 6c035fdf57..cf65e7cf58 100644
--- a/docs/faq/install.txt
+++ b/docs/faq/install.txt
@@ -15,11 +15,6 @@ How do I get started?
.. _`Download the code`: http://www.djangoproject.com/download/
.. _ask questions: http://www.djangoproject.com/community/
-How do I fix the "install a later version of setuptools" error?
----------------------------------------------------------------
-
-Just run the ``ez_setup.py`` script in the Django distribution.
-
What are Django's prerequisites?
--------------------------------