summaryrefslogtreecommitdiff
path: root/tests/reverse_single_related/tests.py
AgeCommit message (Collapse)Author
2014-09-24Consolidated some many_to_one tests.Loic Bistuer
2013-12-11Fixed #21563 -- Single related object descriptors should work with `hasattr`.Simon Charette
Thanks to Aymeric Augustin for the review and Trac alias monkut for the report.
2013-10-21Fixed #21288 -- Fixed E126 pep8 warningsAlasdair Nicol
2013-07-29Removed most of absolute_import importsClaude Paroz
Should be unneeded with Python 2.7 and up. Added some unicode_literals along the way.
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner