This is clearly a bug. When the default admin is handled with extra
protections outside of Django (e.g. additional basic auth), users of the
custom admin cannot use the "view on site" link because it routes through
the default admin.
Patch is easy and already here:
https://github.com/django/django/pull/15526
I'll try to provide a regression test as well.
--
Ticket URL: <https://code.djangoproject.com/ticket/33592>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* owner: nobody => Stefan Wehrmeyer
* status: new => assigned
* has_patch: 0 => 1
* needs_tests: 0 => 1
* stage: Unreviewed => Accepted
Comment:
Thanks
--
Ticket URL: <https://code.djangoproject.com/ticket/33592#comment:1>