This website requires JavaScript.
Explore
Help
Sign In
innov
/
django1
Watch
1
Star
0
Fork
You've already forked django1
0
Code
Issues
Pull Requests
1
Projects
Releases
Wiki
Activity
1dd96f731d
django1
/
django
/
core
/
serializers
History
Hasan Ramezani
68fc21b378
Fixed
#29249
-- Made JSON and YAML serializers use Unicode by default.
2020-04-28 11:11:39 +02:00
..
__init__.py
Fixed
#31051
-- Allowed dumpdata to handle circular references in natural keys.
2020-04-07 20:41:59 +02:00
base.py
Fixed
#26743
-- Fixed UnboundLocalError crash when deserializing m2m fields and value isn't iterable.
2019-12-13 11:38:09 +01:00
json.py
Fixed
#29249
-- Made JSON and YAML serializers use Unicode by default.
2020-04-28 11:11:39 +02:00
python.py
Fixed
#30159
-- Removed unneeded use of OrderedDict.
2019-02-06 13:48:39 -05:00
pyyaml.py
Fixed
#29249
-- Made JSON and YAML serializers use Unicode by default.
2020-04-28 11:11:39 +02:00
xml_serializer.py
Refs
#29784
-- Switched to https:// links where available.
2018-09-26 08:48:47 +02:00