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:
committed by
Mariusz Felisiak
parent
ff0b81b56b
commit
ac5cc6cf01
@@ -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`
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user