~netlandish/django-wiki

b0216b7e79c12544221c538a43245a8f947a1d02 — Mads Jensen 6 years ago 5918949
Removed Python 2.7 from documentation.
2 files changed, 2 insertions(+), 3 deletions(-)

M README.rst
M docs/development/index.rst
M README.rst => README.rst +1 -1
@@ 183,7 183,7 @@ on your host system.
-  `django-sekizai <https://github.com/ojii/django-sekizai/>`__
-  `sorl-thumbnail <https://github.com/mariocesar/sorl-thumbnail>`__
-  `Pillow (Python Imaging Library) <https://pillow.readthedocs.io/en/latest/installation.html>`__
-  Python>=2.7 or Python>=3.4
-  Python>=3.4




M docs/development/index.rst => docs/development/index.rst +1 -2
@@ 112,7 112,7 @@ Before you submit a pull request, check that it meets these guidelines:
2. If the pull request adds functionality, the docs should be updated. Put
   your new functionality into a function with a docstring, and add the
   feature to the list in README.rst.
3. The pull request should work for Python 2.7, 3.4, 3.5, 3.6, and for PyPy. Check
3. The pull request should work for Python 3.4, 3.5, 3.6, and for PyPy. Check
   https://travis-ci.org/django-wiki/django-wiki/pull_requests
   and make sure that the tests pass for all supported Python versions.



@@ 145,4 145,3 @@ features will not be accepted without tests. To add more stuff to the project
without tests wouldn't be fair to the project or your hard work. We use coverage
metrics to see that each new contribution does not significantly impact test
coverage.