1
0
mirror of https://github.com/django/django.git synced 2024-12-22 00:55:44 +00:00
django/tests/serializers
2024-12-18 10:39:20 +01:00
..
models Refs #21286 -- Fixed serializers tests if Pillow isn't installed. 2024-12-05 08:51:05 +01:00
__init__.py Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
test_data.py Refs #21286 -- Fixed serializers tests if Pillow isn't installed. 2024-12-05 08:51:05 +01:00
test_deserialization.py Refs #29522 -- Fixed serializers/fixtures test crash if PyYAML isn't installed. 2024-09-19 08:51:30 +02:00
test_json.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
test_jsonl.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
test_natural.py Fixed various tests on MySQL with MyISAM storage engine. 2022-04-18 07:05:52 +02:00
test_xml.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
test_yaml.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
tests.py Fixed #35996 -- Fixed database serialization crash when serializing a many-to-many field that had a prefetch. 2024-12-18 10:39:20 +01:00