mirror of
https://github.com/django/django.git
synced 2025-11-24 04:47:12 +00:00
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.
This commit is contained in:
parent
1136aa5005
commit
f9936deed1
9 changed files with 38 additions and 10 deletions
|
|
@ -113,6 +113,7 @@ class YamlSerializerTestCase(SerializersTestBase, TestCase):
|
|||
)
|
||||
+ """
|
||||
meta_data: []
|
||||
topics: []
|
||||
"""
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue