mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #8500 -- Allowed overriding the default admin site instance.
This commit is contained in:
committed by
Tim Graham
parent
d0a42a14c0
commit
da3df5b878
@@ -40,6 +40,9 @@ Minor features
|
||||
* The new :meth:`.ModelAdmin.delete_queryset` method allows customizing the
|
||||
deletion process of the "delete selected objects" action.
|
||||
|
||||
* You can now :ref:`override the the default admin site
|
||||
<overriding-default-admin-site>`.
|
||||
|
||||
:mod:`django.contrib.admindocs`
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user