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-05-23 15:26:29 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
django
/
core
/
serializers
History
Дилян Палаузов
d7b2aa24f7
Fixed
#28982
-- Simplified code with and/or.
2018-01-03 20:12:23 -05:00
..
__init__.py
Simplified an iterator in core.serializers.sort_dependencies().
2018-01-03 18:37:23 -05:00
base.py
Fixed
#28982
-- Simplified code with and/or.
2018-01-03 20:12:23 -05:00
json.py
Refs
#16850
-- Removed obsolete simplejson support in JSON serializer.
2017-05-20 22:09:08 -04:00
python.py
Refs
#27795
-- Removed force_text() usage in serialization framework
2017-06-05 18:33:45 +02:00
pyyaml.py
Refs
#23919
-- Used yield from.
2017-02-23 20:06:01 -05:00
xml_serializer.py
Refs
#23919
-- Replaced super() calls for old-style classes.
2017-12-07 09:10:32 -05:00