summaryrefslogtreecommitdiff
path: root/tests/select_related_onetoone/tests.py
AgeCommit message (Expand)Author
2015-05-20Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2015-01-08Fixed #24020 -- Refactored SQL compiler to use expressionsAnssi Kääriäinen
2014-12-24Fixed #10414 -- Made select_related() fail on invalid field names.Niclas Olofsson
2013-11-02Fixed flake8 E241Boryslav Larin
2013-10-19Removed unused local variables in tests.Tim Graham
2013-07-29Removed most of absolute_import importsClaude Paroz
2013-07-01Stopped using django.utils.unittest in the test suite.Aymeric Augustin
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner