0
0
mirror of https://github.com/django/django.git synced 2024-11-28 21:43:13 +01:00
django/tests/serializers
Adam Zapletal 3d4fe39bac Refs #21286 -- Removed invalid commented out models and tests from serializer tests.
FileField/ImageField cannot be primary keys, so serialization support
for this case will not be implemented.

XMLField was removed in d1290b5b43.
2024-03-04 11:38:18 +01:00
..
models Refs #21286 -- Removed invalid commented out models and tests from serializer tests. 2024-03-04 11:38:18 +01:00
__init__.py
test_data.py Refs #21286 -- Removed invalid commented out models and tests from serializer tests. 2024-03-04 11:38:18 +01:00
test_deserializedobject.py
test_json.py
test_jsonl.py
test_natural.py
test_xml.py
test_yaml.py
tests.py