Skip to content

Commit

Permalink
Updated warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Martijn Jacobs committed Dec 19, 2017
1 parent 8ee176b commit 4fffa45
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@ Or you could add ``django-oscar-api`` to your project dependencies.

.. warning::

Due to wrong dependency specifications in `django-oscar` (`django-haystack` 1.6.1 depends on `Django<1.11`), and of `django-haystack` (The django requirements are not correct) you will need to install Oscar API like this if you would like to use Django 1.11 with Oscar 1.5.0:

If you want to install Django Oscar API with Oscar 1.5.0, you'll need to use the following command:
.. code-block:: bash
$ pip install django-oscar-api[django_1_11]
This is fixed in Oscar 1.5.1
This is because of wrong dependency specifications in version 1.5.0. This is fixed in Oscar 1.5.1

.. note::

Expand Down

0 comments on commit 4fffa45

Please sign in to comment.