Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/pagination
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #23190 -- Made Paginator.page_range an iteratorRigel Di Scala2015-07-031-0/+6
|
* Sorted imports with isort; refs #23860.Tim Graham2015-02-062-5/+6
|
* Fixed #23620 -- Used more specific assertions in the ↵Berker Peksag2014-11-031-2/+2
| | | | Django test suite.
* Revert "Fixed #23088 -- Used `six` `range` type in ↵Florian Apolloner2014-08-031-7/+0
| | | | | | | | `Paginator.page_range`." This reverts commit 6508db2ff9fc5be95fec903b3fa7ab8204fe316a. Refs #23088.
* Fixed #23088 -- Used `six` `range` type in ↵Moayad Mardini2014-07-251-0/+7
| | | | `Paginator.page_range`.
* Fixed many typos in comments and docstrings.Rodolfo Carvalho2014-03-031-1/+1
| | | | Thanks Piotr Kasprzyk for help with the patch.
* Fixed #21288 -- Fixed E126 pep8 warningsAlasdair Nicol2013-10-211-11/+11
|
* Fixed #21287 -- Fixed E123 pep8 warningsAlasdair Nicol2013-10-181-3/+3
|
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
| | | | | Should be unneeded with Python 2.7 and up. Added some unicode_literals along the way.
* Stopped using django.utils.unittest in the test suite.Aymeric Augustin2013-07-011-1/+1
| | | | Refs #20680.
* Fixed #19938 -- Consumed iterator only once in ↵Andrew Jesaitis2013-05-251-0/+3
| | | | | | paginator's Page Thanks Joshua Fialkoff for the report.
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-264-0/+338