From 0b4db6a42d50b21ec2fa17eeefceedc4e916fe88 Mon Sep 17 00:00:00 2001 From: Radoslav Georgiev Date: Tue, 21 Feb 2017 21:15:43 +0200 Subject: [PATCH] Improve summary section - Mention automatic pagination --- docs/tutorial-plain.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial-plain.rst b/docs/tutorial-plain.rst index ac11430..b91f886 100644 --- a/docs/tutorial-plain.rst +++ b/docs/tutorial-plain.rst @@ -513,4 +513,4 @@ Summary As you can see, GraphQL is very powerful but there are a lot of repetitions in our example. We can do a lot of improvements by adding layers of abstraction on top of ``graphene-django``. -In the next tutorial, we are going to use the **Relay specificiation** combined with ``django-filter`` +If you want to put things like ``django-filter`` and automatic pagination in action, you should continue with the **relay tutorial.**