django/tests/serializers/models
Mariusz Felisiak f9936deed1
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.
2023-06-04 20:49:07 +02:00
..
__init__.py Fixed #24607 -- Serialized natural keys in multi-table inheritance models. 2018-02-12 21:15:04 -05:00
base.py Fixed #34620 -- Fixed serialization crash on m2m fields without natural keys when base querysets use select_related(). 2023-06-04 20:49:07 +02:00
data.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
multi_table.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
natural.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00