mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-04-28 14:14:42 +00:00
Shorten test docstring
This commit is contained in:
parent
0e77c327f5
commit
cb362f4a12
1 changed files with 1 additions and 1 deletions
|
|
@ -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'}
|
||||
|
|
|
|||
Loading…
Reference in a new issue