summaryrefslogtreecommitdiff
path: root/tests/one_to_one/tests.py
AgeCommit message (Expand)Author
2013-12-11Fixed #21563 -- Single related object descriptors should work with `hasattr`.Simon Charette
2013-11-02Fixing E302 ErrorsJason Myers
2013-10-23Fixed #21298 -- Fixed E301 pep8 warningsAlasdair Nicol
2013-09-30Fixed #21134 -- Prevented queries in broken transactions.Aymeric Augustin
2013-07-29Removed most of absolute_import importsClaude Paroz
2013-05-27Fixed #17582 - Added message to DoesNotExist exceptions.Tim Graham
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner