From: Andrew Donnellan Date: Sun, 26 Aug 2018 10:56:05 +0000 (+1000) Subject: docs: Fix documentation of REST_RESULTS_PER_PAGE setting X-Git-Tag: v2.2.0-rc1~303 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9772a0a36d17aa71f660f49eee65554965eeafb;p=thirdparty%2Fpatchwork.git docs: Fix documentation of REST_RESULTS_PER_PAGE setting In 8fe11180a1a5 ("REST: Add new setting for maximum API page size") I accidentally deleted the versionadded information for REST_RESULTS_PER_PAGE. Restore it. Fixes: 8fe11180a1a5 ("REST: Add new setting for maximum API page size") Signed-off-by: Andrew Donnellan Signed-off-by: Daniel Axtens --- diff --git a/docs/deployment/configuration.rst b/docs/deployment/configuration.rst index e599522a..0601276a 100644 --- a/docs/deployment/configuration.rst +++ b/docs/deployment/configuration.rst @@ -88,6 +88,8 @@ Enable the :doc:`REST API <../api/rest>`. The number of items to include in REST API responses by default. This can be overridden by the ``per_page`` parameter for some endpoints. +.. versionadded:: 2.0 + ``MAX_REST_RESULTS_PER_PAGE`` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~