Author: russellm
Date: 2010-02-24 08:52:49 -0600 (Wed, 24 Feb 2010)
New Revision: 12572

Modified:
   django/branches/releases/1.1.X/docs/internals/contributing.txt
Log:
[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.

Modified: django/branches/releases/1.1.X/docs/internals/contributing.txt
===================================================================
--- django/branches/releases/1.1.X/docs/internals/contributing.txt      
2010-02-24 14:52:21 UTC (rev 12571)
+++ django/branches/releases/1.1.X/docs/internals/contributing.txt      
2010-02-24 14:52:49 UTC (rev 12572)
@@ -854,7 +854,7 @@
 
 .. code-block:: bash
 
-    PYTHONPATH=..
+    PYTHONPATH=`pwd`/..
     ./runtests.py --settings=settings generic_relations i18n
 
 Contrib apps

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to