index
:
chango.git
devmain
fix-31295
initial-branch
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
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
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner