mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-03-16 20:00:23 +00:00
Fix docstring for prefetch_related test class
This commit is contained in:
parent
604c6f0b62
commit
103c942ca5
1 changed files with 1 additions and 1 deletions
|
|
@ -539,7 +539,7 @@ class FieldTrackerForeignKeyTests(FieldTrackerTestCase):
|
|||
|
||||
|
||||
class FieldTrackerForeignKeyPrefetchRelatedTests(FieldTrackerTestCase):
|
||||
"""Test that using `prefetch_related` on a tracked field does raise a ValueError."""
|
||||
"""Test that using `prefetch_related` on a tracked field does not raise a ValueError."""
|
||||
|
||||
fk_class = Tracked
|
||||
tracked_class = TrackedFK
|
||||
|
|
|
|||
Loading…
Reference in a new issue