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 f81e802 commit 3733ce3Copy full SHA for 3733ce3
tests/model_fields_/test_embedded_model.py
@@ -251,7 +251,7 @@ def test_filter_with_embeddedfield_path(self):
251
def test_filter_with_embeddedfield_array_path(self):
252
self.assertCountEqual(
253
MuseumExhibit.objects.filter(
254
- meta__artifacts__restorations__0__restored_by="Restoration Lab A"
+ main_section__artifacts__restorations__0__restored_by="Restoration Lab A"
255
),
256
[self.lost_empires],
257
)
0 commit comments