django1/django/core/serializers
Claude Paroz ebc773ada3 Replaced many smart_bytes by force_bytes
In all those occurrences, we didn't care about preserving the
lazy status of the strings, but we really wanted to obtain a
real bytestring.
2012-08-29 11:20:32 +02:00
..
__init__.py remove a bunch of unnescesarry iterkeys() calls 2012-08-08 07:33:15 -07:00
base.py [py3] Fixed serializers tests 2012-08-14 19:54:53 +02:00
json.py Replaced many smart_bytes by force_bytes 2012-08-29 11:20:32 +02:00
python.py [py3] Fixed 'iterable but non string' detection 2012-08-08 18:02:25 +02:00
pyyaml.py Replaced many smart_bytes by force_bytes 2012-08-29 11:20:32 +02:00
xml_serializer.py [py3] Renamed `next` to `__next__` in iterators. 2012-08-09 14:36:05 +02:00