Skip to content

Commit

Permalink
Make the index page a bit more readable
Browse files Browse the repository at this point in the history
  • Loading branch information
Martijn Jacobs committed Dec 19, 2017
1 parent cb146b5 commit 8ee176b
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,20 @@ Requirements:
-------------
Currently Oscar API is compatbile with python 2.7 / 3.5 / 3.6 and the following django versions:

- Django 1.8: Oscar 1.2.2 / 1.3 / 1.4 and 1.5.1 (requires `djangorestframework<3.7`, and `django-tables2<1.17.0`)
- Django 1.10: Osccar 1.4 and 1.5.1 (requires `djangorestframework>=3.4`)
- Django 1.11: Osccar 1.5.1 (requires `djangorestframework>=3.4`)
Django 1.8:
~~~~~~~~~~~
- Oscar 1.2.2 / 1.3 / 1.4 and 1.5.1
- requires `djangorestframework<3.7`, and `django-tables2<1.17.0`

Django 1.10:
~~~~~~~~~~~~
- Osccar 1.4 and 1.5.1
- requires `djangorestframework>=3.4`

Django 1.11:
~~~~~~~~~~~~
- Osccar 1.5.1
- requires `djangorestframework>=3.4`


See `Travis`_ for the current tested platforms.
Expand Down

0 comments on commit 8ee176b

Please sign in to comment.