diff --git a/docs/authorization.rst b/docs/authorization.rst index ebc9795..63123b0 100644 --- a/docs/authorization.rst +++ b/docs/authorization.rst @@ -166,7 +166,7 @@ To restrict users from accessing the GraphQL API page the standard Django LoginR After this, you can use the new ``PrivateGraphQLView`` in the project's URL Configuration file ``url.py``: -For Django 1.9 and below: +For Django 1.11: .. code:: python diff --git a/docs/tutorial-plain.rst b/docs/tutorial-plain.rst index c3ee269..e80f9ab 100644 --- a/docs/tutorial-plain.rst +++ b/docs/tutorial-plain.rst @@ -286,7 +286,7 @@ from the command line. $ python ./manage.py runserver Performing system checks... - Django version 1.9, using settings 'cookbook.settings' + Django version 1.11, using settings 'cookbook.settings' Starting development server at http://127.0.0.1:8000/ Quit the server with CONTROL-C. diff --git a/docs/tutorial-relay.rst b/docs/tutorial-relay.rst index 5f8bd64..e900ea1 100644 --- a/docs/tutorial-relay.rst +++ b/docs/tutorial-relay.rst @@ -277,7 +277,7 @@ from the command line. $ python ./manage.py runserver Performing system checks... - Django version 1.9, using settings 'cookbook.settings' + Django version 1.11, using settings 'cookbook.settings' Starting development server at http://127.0.0.1:8000/ Quit the server with CONTROL-C.