1
0
mirror of https://github.com/django/django.git synced 2025-10-29 16:46:11 +00:00

[4.2.x] Fixed #34620 -- Fixed serialization crash on m2m fields without natural keys when base querysets use select_related().

Regression in 19e0587ee5.

Thanks Martin Svoboda for the report.
Backport of f9936deed1 from main
This commit is contained in:
Mariusz Felisiak
2023-06-04 20:49:07 +02:00
parent 66d9fa4371
commit 87a4cd559b
9 changed files with 38 additions and 10 deletions

View File

@@ -26,6 +26,7 @@ class XmlSerializerTestCase(SerializersTestBase, TestCase):
<field name="pub_date" type="DateTimeField">2006-06-16T11:00:00</field>
<field name="categories" rel="ManyToManyRel" to="serializers.category"><object pk="%(first_category_pk)s"></object><object pk="%(second_category_pk)s"></object></field>
<field name="meta_data" rel="ManyToManyRel" to="serializers.categorymetadata"></field>
<field name="topics" rel="ManyToManyRel" to="serializers.topic"></field>
</object>
</django-objects>""" # NOQA