Tell developers to use the bundled version of six (we don't install it as a dependency any more)

pull/3125/merge
Matt Westcott 2016-11-02 15:18:17 +00:00
rodzic d337412af4
commit d9c27f0325
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -10,7 +10,7 @@ We ask that all Python contributions adhere to the `PEP8 <http://www.python.org/
Python 2 and 3 compatibility
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
All contributions should support Python 2 and 3 and we recommend using the `six <https://pythonhosted.org/six/>`_ 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 <https://pythonhosted.org/six/>`_ compatibility library (use the version bundled with Django, ``django.utils.six``).
Django compatibility
~~~~~~~~~~~~~~~~~~~~