kopia lustrzana https://github.com/wagtail/wagtail
Tell developers to use the bundled version of six (we don't install it as a dependency any more)
rodzic
d337412af4
commit
d9c27f0325
|
|
@ -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
|
||||
~~~~~~~~~~~~~~~~~~~~
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue