1
0
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:
Edison Wang 2023-04-15 02:28:55 -04:00 committed by GitHub
parent 198a19b692
commit 255f534590
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
------------------------