mirror of
https://github.com/django/django.git
synced 2025-11-02 04:48:33 +00:00
Refs #21927 -- Removed docs for include()'s old instance_namespace parameter.
Follow up to ad393beeb7.
This commit is contained in:
parent
019c2600a6
commit
6c98c5abdf
1 changed files with 0 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue