We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d798171 commit 74d2a17Copy full SHA for 74d2a17
example/tests/test_performance.py
@@ -72,8 +72,8 @@ def test_query_select_related_entry(self):
72
response = self.client.get("/comments?include=writer&page[size]=25")
73
self.assertEqual(len(response.data["results"]), 25)
74
75
- def test_query_prefetch_related_resources(self):
76
- """We expect a list view with related_resources have three queries:
+ def test_query_prefetch_uses_included_resources(self):
+ """We expect a list view with `included_resources` to have three queries:
77
78
1. Primary resource COUNT query
79
2. Primary resource SELECT
0 commit comments