1
0
mirror of https://github.com/django/django.git synced 2024-12-22 17:16:24 +00:00
django/tests/serializers
Adam Zapletal d2f2a6a6d5 Refs #21286 -- Enabled ImageField test cases in serializer data tests.
This aligns ImageField to be tested in the same way as FileField.
The commented-out test also exists for FileField and relates to #10244.
2024-12-03 15:15:16 +01:00
..
models Refs #21286 -- Enabled ImageField test cases in serializer data tests. 2024-12-03 15:15:16 +01:00
__init__.py
test_data.py Refs #21286 -- Enabled ImageField test cases in serializer data tests. 2024-12-03 15:15:16 +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
test_jsonl.py
test_natural.py
test_xml.py
test_yaml.py
tests.py Refs #35727 -- Updated response.content.decode calls to use the HttpResponse.text property. 2024-10-16 11:52:22 +02:00