summaryrefslogtreecommitdiff
path: root/tests/reverse_single_related
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-11-02Fixing E302 ErrorsJason Myers
Signed-off-by: Jason Myers <jason@jasonamyers.com>
2013-10-21Fixed #21288 -- Fixed E126 pep8 warningsAlasdair Nicol
2013-08-15Fixed #20895 -- Made check management command warn if a BooleanField does ↵Alasdair Nicol
not have a default value Thanks to Collin Anderson for the suggestion and Tim Graham for reviewing the patch.
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-03-08Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that ↵Loic Bistuer
return a QuerySet.
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner