summaryrefslogtreecommitdiff
path: root/docs/releases
diff options
context:
space:
mode:
authorJacob Rief <jacob.rief@gmail.com>2023-02-08 18:37:32 +0100
committerGitHub <noreply@github.com>2023-02-08 18:37:32 +0100
commit473283d2414fa4bbf1e38d663fe4a58f49bf72b9 (patch)
tree63e9f30aff3a6b95e47d3e737750e863644945e0 /docs/releases
parent1964e4367f293336b47e30af6e10a5eca5fdfb35 (diff)
downloaddjango-473283d2414fa4bbf1e38d663fe4a58f49bf72b9.tar.gz
Fixed #34303 –- Allowed customizing admin site log entry list.
Added AdminSite.get_log_entries() as an override point and made this available to the template via each_context().
Diffstat (limited to 'docs/releases')
-rw-r--r--docs/releases/5.0.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/releases/5.0.txt b/docs/releases/5.0.txt
index a6f827e472..8a2499e7d4 100644
--- a/docs/releases/5.0.txt
+++ b/docs/releases/5.0.txt
@@ -43,7 +43,8 @@ Minor features
:mod:`django.contrib.admin`
~~~~~~~~~~~~~~~~~~~~~~~~~~~
-* ...
+* The new :meth:`.AdminSite.get_log_entries` method allows customizing the
+ queryset for the site's listed log entries.
:mod:`django.contrib.admindocs`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~