summaryrefslogtreecommitdiff
path: root/tests/get_earliest_or_latest/models.py
AgeCommit message (Expand)Author
2022-06-14Fixed #33772 -- Added QuerySet.first()/last() error message on unordered quer...Pablo Pissi
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2014-10-08Fixed #23555 -- Avoided suppressing IndexError in QuerySet.first() and .last()Artem Rizhov
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner