Refs #21927 -- Removed docs for include()'s old instance_namespace parameter.

Follow up to ad393beeb7.
This commit is contained in:
Samir Shah 2017-10-28 14:48:31 +03:00 committed by Tim Graham
parent 019c2600a6
commit 6c98c5abdf
1 changed files with 0 additions and 2 deletions

View File

@ -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`.