summaryrefslogtreecommitdiff
path: root/tests/pagination
AgeCommit message (Expand)Author
2018-08-01[2.1.x] Fixed typos in comments and docs.luz.paz
2018-05-09Fixed #29363 -- Added SimpleTestCase.assertWarnsMessage().Morgan Aubert
2018-05-09Fixed #29389 -- Made Paginator reject non-integer page numbers of type float.Nicolas Noé
2018-05-09Refs #29389 -- Added Paginator test for float page number.Nicolas Noé
2017-09-06Fixed #28032 -- Added Paginator.get_page().Sami J. Lehtinen
2017-06-26Removed unnecessary empty parentheses in class definitions.Jon Dufresne
2017-06-13Fixed #28284 -- Prevented Paginator's unordered object list warning from eval...orf
2017-04-22Fixed #28109 -- Corrected the stack level of unordered queryset pagination wa...Simon Charette
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2017-01-19Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette
2017-01-18Refs #23919 -- Removed most of remaining six usageClaude Paroz
2017-01-18Refs #23919 -- Removed six.<various>_types usageClaude Paroz
2017-01-18Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2016-11-10Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za
2016-06-08Fixed #26290 -- Warned that paginating an unordered QuerySet may result in in...Emad Mokhtar
2016-04-08Fixed E128 flake8 warnings in tests/.Tim Graham
2016-01-29Refs #26022 -- Used context manager version of assertRaises in tests.Hasan
2015-07-03Fixed #23190 -- Made Paginator.page_range an iteratorRigel Di Scala
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2014-11-03Fixed #23620 -- Used more specific assertions in the Django test suite.Berker Peksag
2014-08-03Revert "Fixed #23088 -- Used `six` `range` type in `Paginator.page_range`."Florian Apolloner
2014-07-25Fixed #23088 -- Used `six` `range` type in `Paginator.page_range`.Moayad Mardini
2014-03-03Fixed many typos in comments and docstrings.Rodolfo Carvalho
2013-10-21Fixed #21288 -- Fixed E126 pep8 warningsAlasdair Nicol
2013-10-18Fixed #21287 -- Fixed E123 pep8 warningsAlasdair Nicol
2013-07-29Removed most of absolute_import importsClaude Paroz
2013-07-01Stopped using django.utils.unittest in the test suite.Aymeric Augustin
2013-05-25Fixed #19938 -- Consumed iterator only once in paginator's PageAndrew Jesaitis
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner