summaryrefslogtreecommitdiff
path: root/tests/pagination/custom.py
AgeCommit message (Expand)Author
2025-03-12Fixed #35945 -- Added async interface to Paginator.wookkl
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner