index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
pagination
Age
Commit message (
Expand
)
Author
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2025-07-23
Refs #36500 -- Shortened some long docstrings and comments.
Mike Edmunds
2025-07-23
Removed double spaces after periods and within phrases.
Sarah Boyce
2025-03-25
Fixed #35452 -- Deprecated orphans being more than or equal to page_size in p...
wookkl
2025-03-13
Refs #35945 -- Fixed test_paginating_unordered_queryset_raises_warning_async(...
Mariusz Felisiak
2025-03-12
Fixed #35945 -- Added async interface to Paginator.
wookkl
2023-06-23
Improved style of n-tuple wording in docs and comments.
Nick Pope
2023-04-12
Fixed #27505 -- Allowed customizing Paginator's error messages.
Marcelo Galigniana
2022-10-13
Completed test coverage for django.core.paginator.
Marcelo Galigniana
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2020-11-06
Fixed #31235 -- Made assertQuerysetEqual() compare querysets directly.
Hasan Ramezani
2020-08-06
Fixed #25513 -- Extracted admin pagination to Paginator.get_elided_page_range().
Nick Pope
2019-10-02
Fixed #14218 -- Added Paginator.__iter__().
Tanner Stirrat
2019-09-25
Fixed false positive tests of Paginator.count property.
Maxim Kurnikov
2019-09-10
Refs #29703 -- Removed QuerySetPaginator alias per deprecation timeline.
Mariusz Felisiak
2019-07-23
Improved error message when index in __getitem__() is invalid.
Jon Dufresne
2018-11-27
Switched setUp() to setUpTestData() where possible in Django's tests.
Simon Charette
2018-08-27
Fixed #29703 -- Deprecated QuerySetPaginator alias.
Nick Pope
2018-08-07
Fixed #29244 -- Prevented Paginator.count() from silencing TypeError and Attr...
Josh Schneier
2018-08-01
Fixed typos in comments and docs.
luz.paz
2018-07-16
Fixed #28917 -- Prevented Paginator's unordered warning on EmptyQuerySet.
Josh Schneier
2018-05-09
Fixed #29363 -- Added SimpleTestCase.assertWarnsMessage().
Morgan Aubert
2018-05-09
Fixed #29389 -- Made Paginator reject non-integer page numbers of type float.
Nicolas Noé
2018-05-09
Refs #29389 -- Added Paginator test for float page number.
Nicolas Noé
2017-09-06
Fixed #28032 -- Added Paginator.get_page().
Sami J. Lehtinen
2017-06-26
Removed unnecessary empty parentheses in class definitions.
Jon Dufresne
2017-06-13
Fixed #28284 -- Prevented Paginator's unordered object list warning from eval...
orf
2017-04-22
Fixed #28109 -- Corrected the stack level of unordered queryset pagination wa...
Simon Charette
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-11-10
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
za
2016-06-08
Fixed #26290 -- Warned that paginating an unordered QuerySet may result in in...
Emad Mokhtar
2016-04-08
Fixed E128 flake8 warnings in tests/.
Tim Graham
2016-01-29
Refs #26022 -- Used context manager version of assertRaises in tests.
Hasan
2015-07-03
Fixed #23190 -- Made Paginator.page_range an iterator
Rigel Di Scala
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2014-11-03
Fixed #23620 -- Used more specific assertions in the Django test suite.
Berker Peksag
2014-08-03
Revert "Fixed #23088 -- Used `six` `range` type in `Paginator.page_range`."
Florian Apolloner
2014-07-25
Fixed #23088 -- Used `six` `range` type in `Paginator.page_range`.
Moayad Mardini
2014-03-03
Fixed many typos in comments and docstrings.
Rodolfo Carvalho
2013-10-21
Fixed #21288 -- Fixed E126 pep8 warnings
Alasdair Nicol
2013-10-18
Fixed #21287 -- Fixed E123 pep8 warnings
Alasdair Nicol
2013-07-29
Removed most of absolute_import imports
Claude Paroz
2013-07-01
Stopped using django.utils.unittest in the test suite.
Aymeric Augustin
2013-05-25
Fixed #19938 -- Consumed iterator only once in paginator's Page
Andrew Jesaitis
[next]