mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-05-11 19:33:49 +03:00
Update LoginRequiredMixin doc link
This commit is contained in:
parent
d55f42658f
commit
c796659dc0
|
@ -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/dev/topics/auth/default/#the-loginrequired-mixin
|
||||
|
|
Loading…
Reference in New Issue
Block a user