django1/django/core/serializers
Thomas Stephenson 035b0fa60d Fixed #24716 -- Deprecated Field._get_val_from_obj()
The method duplicates the functionality of Field.value_from_object()
and has the additional downside of being a privately named public
API method.
2015-07-14 09:13:22 -04:00
..
__init__.py Sorted imports in __init__.py files. 2015-06-27 11:53:33 -04:00
base.py Fix for ticket 12685 2015-06-10 10:20:51 +01:00
json.py Reordered import in JSON serializer 2015-06-24 18:45:46 +02:00
python.py Fixed #24716 -- Deprecated Field._get_val_from_obj() 2015-07-14 09:13:22 -04:00
pyyaml.py Fixed #24558 -- Made dumpdata mapping ordering deterministic. 2015-04-02 15:21:43 -04:00
xml_serializer.py Fixed #25050 -- Allowed serialization of models with deferred fields. 2015-07-02 14:46:16 -04:00