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:49:25 -0400
commit791f7aa110346d3e05da8325e403a37a5beb589a (patch)
tree59fc0edf01e3635d5784b689991a0a1edfeb8192 /docs
parentecfa7e570f5ec29010021241861eb5b43000bb48 (diff)
[2.0.x] Refs #21927 -- Removed docs for include()'s old instance_namespace parameter.
Follow up to ad393beeb71e8774e4bf9ad842b97022e50f1231. Backport of 6c98c5abdfb8572936992b5395aab001aeb245f2 from master
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`.