#31848: Add app_name to django.contrib.admindocs.views to make the definition of
namespaces possible
-------------------------------------+-------------------------------------
               Reporter:             |          Owner:  nobody
  marcelovicentegc                   |
                   Type:  New        |         Status:  new
  feature                            |
              Component:             |        Version:  master
  contrib.admindocs                  |       Keywords:  admindocs,
               Severity:  Normal     |  namespaces
           Triage Stage:             |      Has patch:  0
  Unreviewed                         |
    Needs documentation:  0          |    Needs tests:  0
Patch needs improvement:  0          |  Easy pickings:  1
                  UI/UX:  0          |
-------------------------------------+-------------------------------------
 Currently, it is not possible to set a namespace to admindocs, as this
 will throw an error:


 {{{
 re_path(r'admin/doc/',include('django.contrib.admindocs.urls'),
 namespace='docs')
 }}}

 It requires an easy fix: to add an app_name to admindocs.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/31848>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/059.5294f64f2d4c297964ba289bd5d746bf%40djangoproject.com.

Reply via email to