diff options
| author | mgaligniana <marcelogaligniana@gmail.com> | 2021-12-14 03:03:36 -0300 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-12-15 10:54:08 +0100 |
| commit | ac5cc6cf01463d90aa333d5f6f046c311019827b (patch) | |
| tree | bf3ef001077030bb3bc6a20de7abc6c530c40c9a /docs/ref | |
| parent | ff0b81b56bc2f50e22909f1ad26e9f71d346a7cf (diff) | |
Fixed #33316 -- Added pagination to admin history view.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/contrib/admin/index.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/ref/contrib/admin/index.txt b/docs/ref/contrib/admin/index.txt index ac8f44b765..7b97ee5638 100644 --- a/docs/ref/contrib/admin/index.txt +++ b/docs/ref/contrib/admin/index.txt @@ -2016,6 +2016,10 @@ Other methods Django view for the page that shows the modification history for a given model instance. + .. versionchanged:: 4.1 + + Pagination was added. + Unlike the hook-type ``ModelAdmin`` methods detailed in the previous section, these five methods are in reality designed to be invoked as Django views from the admin application URL dispatching handler to render the pages that deal |
