1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #33316 -- Added pagination to admin history view.

This commit is contained in:
mgaligniana
2021-12-14 03:03:36 -03:00
committed by Mariusz Felisiak
parent ff0b81b56b
commit ac5cc6cf01
6 changed files with 95 additions and 6 deletions

View File

@@ -58,6 +58,9 @@ Minor features
subclasses can now control the query string value separator when filtering
for multiple values using the ``__in`` lookup.
* The admin :meth:`history view <django.contrib.admin.ModelAdmin.history_view>`
is now paginated.
:mod:`django.contrib.admindocs`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~