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-04-14 20:34:36 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
serializers
History
Tom Carrick
8df5ce80d2
Fixed
#36177
-- Added a trailing newline to JSON serializer. (
#19232
)
2025-03-11 08:01:06 +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
Applied Black's 2025 stable style.
2025-03-01 19:41:37 +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
Applied Black's 2025 stable style.
2025-03-01 19:41:37 +01: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
#36177
-- Added a trailing newline to JSON serializer. (
#19232
)
2025-03-11 08:01:06 +01:00