summaryrefslogtreecommitdiff
path: root/tests/basic/models.py
AgeCommit message (Collapse)Author
2013-05-20Fixed #20278 -- ensured .get() exceptions do not recurse infinitelyAnssi Kääriäinen
A regression caused by d5b93d3281fe93cbef5de84a52 made .get() error reporting recurse infinitely on certain rare conditions. Fixed this by not trying to print the given lookup kwargs.
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner