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-06-03 10:39:12 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
django
/
core
/
serializers
History
Aymeric Augustin
fc10418fba
Fixed
#18963
-- Used a subclass-friendly pattern
...
for Python 2 object model compatibility methods.
2012-11-03 22:07:35 +01:00
..
__init__.py
remove a bunch of unnescesarry iterkeys() calls
2012-08-08 07:33:15 -07:00
base.py
Fixed
#18963
-- Used a subclass-friendly pattern
2012-11-03 22:07:35 +01:00
json.py
Replaced many smart_bytes by force_bytes
2012-08-29 11:20:32 +02:00
python.py
Fixed
#9279
-- Added ignorenonexistent option to loaddata
2012-09-30 23:40:27 -07:00
pyyaml.py
Replaced many smart_bytes by force_bytes
2012-08-29 11:20:32 +02:00
xml_serializer.py
Fixed
#18963
-- Used a subclass-friendly pattern
2012-11-03 22:07:35 +01:00