This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-01-18 22:33:44 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
serializers
History
Erica Pisani
20f9f61805
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
..
models
Refs
#21286
-- Fixed serializers tests if Pillow isn't installed.
2024-12-05 08:51:05 +01:00
__init__.py
…
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
…
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