I did find it on Stack Overflow,
"https://stackoverflow.com/questions/9026024/django-get-absolute-url-and-
named-url-with-namespace" here.
Now although that question and answer are from 2012, note the comments
from 2016 and 2020 ''asking the **same** questions!!!.''
By the same token, the namespace kwargs has also changed dramatically,
from a straight namespace = myapp to a 2-tuple where the app name, but not
"namespace = " is used instead.
Clearly, we are confused, because these changes are **both** too frequent
**and** too subtle for us to keep up with.
Here is my feature request: A single, clean, and comprehensive explanation
in the docs that covers the relation between NoReverseMatch,
get_absolute_url(), namespaced urls, named urls, and God knows what else -
''on the same page'', or ''in the same document'' would be **extremely**
helpful, at least to those of us who are not working with Django every day
of our lives.
This may be a pointless aside, but what reasonable software development
philosophy undergirds all these frequent changes in the first place? In
other words, ''Why isn't the Django interface more stable?''
--
Ticket URL: <https://code.djangoproject.com/ticket/33791>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => closed
* resolution: => needsinfo
* severity: Release blocker => Normal
Comment:
It's unclear how to proceed with this ticket when you haven't made any
critiques of the [https://docs.djangoproject.com/en/dev/topics/http/urls
/#url-namespaces existing documentation] on the topic. Feel free to reopen
with some concrete suggestions. (Simply saying "document everything!" is
not really actionable.) Thanks.
--
Ticket URL: <https://code.djangoproject.com/ticket/33791#comment:1>