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