--
Ticket URL: <https://code.djangoproject.com/ticket/31547>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => closed
* resolution: => invalid
Comment:
This is the expected behavior.
See [https://docs.djangoproject.com/en/3.0/ref/urls/#include the include
docs]. It provided 3 calling patterns. Where you pass the `app_namespace`
(`app_name` in your case) the first parameter is a tuple.
If you use the first pattern `include(module)`, `app_name` will be pulled
from the included module,
[https://docs.djangoproject.com/en/3.0/topics/http/urls/#url-namespaces-
and-included-urlconfs as described here].
--
Ticket URL: <https://code.djangoproject.com/ticket/31547#comment:1>
* resolution: invalid => duplicate
* has_patch: 1 => 0
* component: Uncategorized => Core (URLs)
* severity: Release blocker => Normal
Comment:
Duplicate of #31545. I will respond in the original ticket.
--
Ticket URL: <https://code.djangoproject.com/ticket/31547#comment:2>