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-03-30 19:20:44 +00:00
Code
Issues
32
Releases
Wiki
Activity
9231526af4
Branches
Tags
View all branches
django
/
tests
/
serializers
History
Daniyal Abbasi
dca4c2ff76
Refs
#33012
-- Moved PickleSerializer to django.core.serializers.base and added tests.
2021-09-02 11:24:55 +02:00
..
models
…
__init__.py
…
test_data.py
…
test_deserializedobject.py
…
test_json.py
Fixed
#26743
-- Fixed UnboundLocalError crash when deserializing m2m fields and value isn't iterable.
2019-12-13 11:38:09 +01:00
test_jsonl.py
…
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
Refs
#11929
-- Fixed ordering of test YAML dumps.
2019-05-03 10:48:18 +02:00
tests.py
…