Refs #21927 -- Removed docs for include()'s old instance_namespace parameter.
Follow up to ad393beeb7
.
This commit is contained in:
parent
019c2600a6
commit
6c98c5abdf
|
@ -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