[1.1.X] Fixed #12102 -- Corrected an example in the docs that suggested that you use a relative path in your PYTHONPATH. Thanks to alexkon for the report.

Backport of r12570 from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12572 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Russell Keith-Magee 2010-02-24 14:52:49 +00:00
parent c1edfcd9ae
commit 770b31e209
1 changed files with 1 additions and 1 deletions

View File

@ -854,7 +854,7 @@ for generic relations and internationalization, type:
.. code-block:: bash
PYTHONPATH=..
PYTHONPATH=`pwd`/..
./runtests.py --settings=settings generic_relations i18n
Contrib apps