summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSamir Shah <solaris.smoke@gmail.com>2017-10-28 14:48:31 +0300
committerTim Graham <timograham@gmail.com>2017-10-28 07:48:31 -0400
commit6c98c5abdfb8572936992b5395aab001aeb245f2 (patch)
treebc4f6f9cda2a20a2b728da3a96259478df26cdb4 /docs
parent019c2600a6771d2cd0574062dee468ce96d7e69d (diff)
Refs #21927 -- Removed docs for include()'s old instance_namespace parameter.
Follow up to ad393beeb71e8774e4bf9ad842b97022e50f1231.
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/urls.txt2
1 files changed, 0 insertions, 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`.