mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-04-23 02:22:08 +03:00
Remove references to Django 1.9 from the docs
This commit is contained in:
parent
8356fccbdb
commit
e3805effdc
|
@ -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
|
||||
|
||||
|
@ -184,4 +184,4 @@ For Django 2.0 and above:
|
|||
path('graphql', PrivateGraphQLView.as_view(graphiql=True, schema=schema)),
|
||||
]
|
||||
|
||||
.. _LoginRequiredMixin: https://docs.djangoproject.com/en/1.10/topics/auth/default/#the-loginrequired-mixin
|
||||
.. _LoginRequiredMixin: https://docs.djangoproject.com/en/1.11/topics/auth/default/#the-loginrequired-mixin
|
||||
|
|
Loading…
Reference in New Issue
Block a user