diff options
| author | Nick Pope <nick.pope@flightdataservices.com> | 2020-07-30 12:45:32 +0100 |
|---|---|---|
| committer | Carlton Gibson <carlton@noumenal.es> | 2020-08-06 12:38:56 +0200 |
| commit | b203ec70fd7ffc4027380940157d1cf9c9e588ad (patch) | |
| tree | 4c5a6ca119837a0c951ae805e0d25b694edddf4f /docs | |
| parent | ee1ddcbab9f2453ae4959a8556b6cadeb4bb0867 (diff) | |
Refs #25513 -- Adjusted admin pagination to be 1-indexed.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/3.2.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/releases/3.2.txt b/docs/releases/3.2.txt index d1e21b2868..8908413cfe 100644 --- a/docs/releases/3.2.txt +++ b/docs/releases/3.2.txt @@ -380,6 +380,12 @@ backends. unique constraints (:attr:`.UniqueConstraint.include`), set ``DatabaseFeatures.supports_covering_indexes`` to ``True``. +:mod:`django.contrib.admin` +--------------------------- + +* Pagination links in the admin are now 1-indexed instead of 0-indexed, i.e. + the query string for the first page is ``?p=1`` instead of ``?p=0``. + :mod:`django.contrib.gis` ------------------------- |
