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 32f7eca commit 81e41f0Copy full SHA for 81e41f0
tests/model_fields_/test_embedded_model.py
@@ -249,7 +249,7 @@ def test_filter_with_embeddedfield_path(self):
249
def test_filter_with_embeddedfield_array_path(self):
250
self.assertCountEqual(
251
MuseumExhibit.objects.filter(
252
- meta__artifacts__restorations__0__restored_by="Restoration Lab A"
+ main_section__artifacts__restorations__0__restored_by="Restoration Lab A"
253
),
254
[self.lost_empires],
255
)
0 commit comments