From d9c27f0325a6c87de829a6d09758eeca6632f33b Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Wed, 2 Nov 2016 15:18:17 +0000 Subject: [PATCH] Tell developers to use the bundled version of six (we don't install it as a dependency any more) --- docs/contributing/python_guidelines.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing/python_guidelines.rst b/docs/contributing/python_guidelines.rst index 95509cc9a..ddc2199d6 100644 --- a/docs/contributing/python_guidelines.rst +++ b/docs/contributing/python_guidelines.rst @@ -10,7 +10,7 @@ We ask that all Python contributions adhere to the `PEP8 `_ compatibility library (use the pip version installed as a dependency, not the version bundled with Django). +All contributions should support Python 2 and 3 and we recommend using the `six `_ compatibility library (use the version bundled with Django, ``django.utils.six``). Django compatibility ~~~~~~~~~~~~~~~~~~~~