mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Refs #21927 -- Removed docs for include()'s old instance_namespace parameter.
Follow up to ad393beeb7.
This commit is contained in:
@@ -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`.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user