From 6c98c5abdfb8572936992b5395aab001aeb245f2 Mon Sep 17 00:00:00 2001 From: Samir Shah Date: Sat, 28 Oct 2017 14:48:31 +0300 Subject: [PATCH] Refs #21927 -- Removed docs for include()'s old instance_namespace parameter. Follow up to ad393beeb71e8774e4bf9ad842b97022e50f1231. --- docs/ref/urls.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/ref/urls.txt b/docs/ref/urls.txt index f290276dec..b6644b85d7 100644 --- a/docs/ref/urls.txt +++ b/docs/ref/urls.txt @@ -105,8 +105,6 @@ The ``view``, ``kwargs`` and ``name`` arguments are the same as for :arg pattern_list: Iterable of :func:`~django.urls.path` and/or :func:`~django.urls.re_path` instances. :arg app_namespace: Application namespace for the URL entries being included :type app_namespace: string - :arg instance_namespace: Instance namespace for the URL entries being included - :type instance_namespace: string See :ref:`including-other-urlconfs` and :ref:`namespaces-and-include`.