1
0
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:
Riccardo Magliocchetti
2015-03-30 12:54:25 +02:00
committed by Tim Graham
parent adc57632bc
commit bd53db5eab
4 changed files with 122 additions and 4 deletions

View File

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