mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #32031 -- Added model class for each model to AdminSite.each_context().
This commit is contained in:
committed by
Mariusz Felisiak
parent
0456d3e427
commit
3733ae8957
@@ -72,6 +72,9 @@ Minor features
|
||||
|
||||
* The navigation sidebar now has a quick filter toolbar.
|
||||
|
||||
* The new context variable ``model`` which contains the model class for each
|
||||
model is added to the :meth:`.AdminSite.each_context` method.
|
||||
|
||||
:mod:`django.contrib.admindocs`
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user