mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Fixed #24553 -- Added the list of available applications to AdminSite.each_context()
This commit is contained in:
committed by
Tim Graham
parent
adc57632bc
commit
bd53db5eab
@@ -48,6 +48,11 @@ Minor features
|
||||
changing the ``select_related()`` values used in the admin's changelist query
|
||||
based on the request.
|
||||
|
||||
* The ``available_apps`` context variable, which lists the available
|
||||
applications for the current user, has been added to the
|
||||
:meth:`AdminSite.each_context() <django.contrib.admin.AdminSite.each_context>`
|
||||
method.
|
||||
|
||||
:mod:`django.contrib.auth`
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
|
||||
Reference in New Issue
Block a user