From 800bfa7c16322ac2908250bc27da4395d59583a1 Mon Sep 17 00:00:00 2001 From: pure-zero Date: Sat, 15 Oct 2016 22:58:00 +1300 Subject: [PATCH] should use rest_framework not restframework (#3087) --- docs/advanced_topics/api/v2/configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/advanced_topics/api/v2/configuration.rst b/docs/advanced_topics/api/v2/configuration.rst index 54ecc70af..ae02abcdb 100644 --- a/docs/advanced_topics/api/v2/configuration.rst +++ b/docs/advanced_topics/api/v2/configuration.rst @@ -29,7 +29,7 @@ Add ``wagtail.api.v2`` to ``INSTALLED_APPS`` in your Django project settings: ... ] -Optionally, you may also want to add ``restframework`` to ``INSTALLED_APPS``. +Optionally, you may also want to add ``rest_framework`` to ``INSTALLED_APPS``. This would make the API browsable when viewed from a web browser but is not required for basic JSON-formatted output.