Shorten test docstring

This commit is contained in:
funkybob 2014-01-13 16:49:18 +11:00
parent 0e77c327f5
commit cb362f4a12

View file

@ -976,7 +976,7 @@ class InheritanceManagerUsingModelsTests(TestCase):
def test_extras_descend(self):
"""
Ensure that when extra(select=) is passed the values appear on sub-classes.
Ensure that extra(select=) values are copied onto sub-classes.
"""
results = InheritanceManagerTestParent.objects.select_subclasses().extra(
select={'foo': 'id + 1'}