* needs_better_patch: 0 => 1
* easy: => 0
Comment:
8500.1.diff fails to apply cleanly on to trunk
--
Ticket URL: <http://code.djangoproject.com/ticket/8500#comment:11>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* cc: tinodb (added)
* ui_ux: => 0
--
Ticket URL: <https://code.djangoproject.com/ticket/8500#comment:12>
* cc: kmike84@… (added)
--
Ticket URL: <https://code.djangoproject.com/ticket/8500#comment:13>
Comment (by Raffaele Salmaso):
Added a PR => https://github.com/django/django/pull/7765
--
Ticket URL: <https://code.djangoproject.com/ticket/8500#comment:14>
Comment (by Raffaele Salmaso):
Hi, I usually override the default admin site with my custom version, then
found this ticket, so I choose to complete it.
The first PR was using a new setting (`ADMIN_SITE_CLASS`), but I rewrote
it to use a custom (`Simple`)`AdminConfig` and no new setting.
This version doesn't require to adapt current code with a
{{{
def register(site):
...
}}}
as the last patch require, or rewriting code not to use
`django.contrib.admin.sites.site` directly.
--
Ticket URL: <https://code.djangoproject.com/ticket/8500#comment:15>
* needs_better_patch: 1 => 0
--
Ticket URL: <https://code.djangoproject.com/ticket/8500#comment:16>
* cc: raffaele.salmaso+djangoproject@… (added)
--
Ticket URL: <https://code.djangoproject.com/ticket/8500#comment:17>
* stage: Accepted => Ready for checkin
--
Ticket URL: <https://code.djangoproject.com/ticket/8500#comment:18>
* status: new => closed
* resolution: => fixed
Comment:
In [changeset:"da3df5b878d96ef37dcff1377ccbd097b80776d7" da3df5b8]:
{{{
#!CommitTicketReference repository=""
revision="da3df5b878d96ef37dcff1377ccbd097b80776d7"
Fixed #8500 -- Allowed overriding the default admin site instance.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/8500#comment:19>