From 2456ffa42c33d63b54579eae0f5b9cf2a8cd3714 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Sat, 13 Jul 2013 13:29:11 -0400 Subject: Fixed #20746 -- Removed Python 2.6 specific code/docs --- docs/intro/reusable-apps.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'docs/intro') diff --git a/docs/intro/reusable-apps.txt b/docs/intro/reusable-apps.txt index 879cda913a..7fa1ffc8d9 100644 --- a/docs/intro/reusable-apps.txt +++ b/docs/intro/reusable-apps.txt @@ -255,9 +255,7 @@ working. We'll now fix this by installing our new ``django-polls`` package. installs have a lot of advantages over installing the package system-wide, such as being usable on systems where you don't have administrator access as well as preventing the package from affecting system services and other - users of the machine. Python 2.6 added support for user libraries, so if - you are using an older version this won't work, but Django 1.5 requires - Python 2.6 or newer anyway. + users of the machine. Note that per-user installations can still affect the behavior of system tools that run as that user, so ``virtualenv`` is a more robust solution -- cgit v1.3