1
0
mirror of https://github.com/django/django.git synced 2024-12-22 17:16:24 +00:00
django/tests/serializers
2020-07-20 09:48:31 +02:00
..
models Changed '%s' % value pattern to str(value). 2020-05-04 08:27:18 +02:00
__init__.py
test_data.py Fixed #17653 -- Allowed using zero as AutoFields value on MySQL if NO_AUTO_VALUE_ON_ZERO SQL mode is enabled. 2020-07-20 09:48:31 +02:00
test_deserializedobject.py
test_json.py
test_jsonl.py Refs #30190 -- Minor edits to JSONL serializer. 2020-06-17 07:59:40 +02:00
test_natural.py
test_xml.py Fixed #29249 -- Made JSON and YAML serializers use Unicode by default. 2020-04-28 11:11:39 +02:00
test_yaml.py
tests.py Fixed #29078 -- Made serializers respect prefetch_related() for m2m fields. 2020-05-25 10:45:16 +02:00