summaryrefslogtreecommitdiff
path: root/tests/get_earliest_or_latest/tests.py
AgeCommit message (Expand)Author
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2014-10-08Fixed #23555 -- Avoided suppressing IndexError in QuerySet.first() and .last()Artem Rizhov
2013-10-19Removed unused local variables in tests.Tim Graham
2013-07-29Removed most of absolute_import importsClaude Paroz
2013-05-21Fixed #19326 -- Added first() and last() methods to QuerySetSelwin Ong
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner