--
Ticket URL: <https://code.djangoproject.com/ticket/17726>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* cc: chipx86@… (added)
* needs_better_patch: => 0
* needs_tests: => 0
* needs_docs: => 0
--
Ticket URL: <https://code.djangoproject.com/ticket/17726#comment:1>
* type: Uncategorized => Bug
--
Ticket URL: <https://code.djangoproject.com/ticket/17726#comment:2>
* status: new => closed
* resolution: => duplicate
Comment:
Thanks for the report, however this is a duplicate of #9151, which was
wontfixed. If you disagree with this resolution, please take this question
to [http://groups.google.com/group/django-developers/topics django-
developers].
--
Ticket URL: <https://code.djangoproject.com/ticket/17726#comment:3>
* status: closed => reopened
* resolution: duplicate =>
* stage: Unreviewed => Accepted
Comment:
I don't believe this is actually a duplicate of #9151, though it is
similar. #9151 is about `django.contrib.sites`; this ticket is about
creating multiple instances of `django.contrib.admin.Site`. Despite the
confusing naming, those are two completely separate things. And I don't
think the wontfix reasoning applied in #9151 applies here; while there may
be nothing about `django.contrib.sites.models.Site` that warrants special
treatment in the admin, I think it's reasonable to expect that the admin's
*own* multiple-admin-site feature won't break the admin's own recent-
actions feature.
Reopening.
--
Ticket URL: <https://code.djangoproject.com/ticket/17726#comment:4>
Comment (by Mariusz Felisiak):
#34162 was a duplicate for resolving URLs for a custom admin site.
--
Ticket URL: <https://code.djangoproject.com/ticket/17726#comment:6>
Comment (by Al Mahdi):
Still not fixed in 4.1
{{{LogEntry.get_admin_url}}} method reverse(s) entries with default
{{{admin:}}} prefix
--
Ticket URL: <https://code.djangoproject.com/ticket/17726#comment:7>
* cc: Al Mahdi (added)
--
Ticket URL: <https://code.djangoproject.com/ticket/17726#comment:8>
* version: 1.3 => 4.1
--
Ticket URL: <https://code.djangoproject.com/ticket/17726#comment:9>