mirror of
https://github.com/django/django.git
synced 2024-12-22 17:16:24 +00:00
Fixed #34419 -- Doc'd django.contrib.admin.sites.all_sites.
This commit is contained in:
parent
198a19b692
commit
255f534590
@ -2831,6 +2831,10 @@ linked to the document in ``{% block dark-mode-vars %}``.
|
||||
See :ref:`customizing-adminsite` for an example of customizing the
|
||||
:class:`AdminSite` class.
|
||||
|
||||
.. data:: django.contrib.admin.sites.all_sites
|
||||
|
||||
A :class:`~weakref.WeakSet` contains all admin site instances.
|
||||
|
||||
``AdminSite`` attributes
|
||||
------------------------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user