mirror of https://github.com/django/django.git
[2.0.x] Refs #21927 -- Removed docs for include()'s old instance_namespace parameter.
Follow up toad393beeb7
. Backport of6c98c5abdf
from master
This commit is contained in:
parent
ecfa7e570f
commit
791f7aa110
|
@ -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`.
|
||||
|
||||
|
|
Loading…
Reference in New Issue