| Age | Commit message (Expand) | Author |
| 2010-05-04 | Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds.... | Russell Keith-Magee |
| 2010-03-18 | Fixed #13030 -- Corrected natural key deserialization to subclasses. Thanks t... | Russell Keith-Magee |
| 2009-12-22 | Fixed #1142 -- Added multiple database support. | Russell Keith-Magee |
| 2009-12-14 | Fixed #7052 -- Added support for natural keys in serialization. | Russell Keith-Magee |
| 2009-11-03 | Fixed #10109 -- Removed the use of raw SQL in many-to-many fields by introduc... | Russell Keith-Magee |
| 2009-04-13 | Fixed #9522 -- Modified handling of values in base serializer so that field s... | Russell Keith-Magee |
| 2009-03-18 | Fixed #8193: all dynamic imports in Django are now done correctly. I know thi... | Jacob Kaplan-Moss |
| 2009-02-12 | Fixed #10240 -- Restored YAML serialization with Decimal objects that broke w... | Brian Rosner |
| 2008-08-28 | Fixed #8651: correctly deserialize objects with 0 for pk/fk. | Jacob Kaplan-Moss |
| 2008-08-27 | Removed oldforms, validators, and related code: | Gary Wilson Jr |
| 2008-08-15 | Fixed #7676 -- Modified serializer registration to be thread safe. Thanks to ... | Russell Keith-Magee |
| 2008-08-12 | Fixed #8134 -- Corrected serialization of m2m fields with intermediate models... | Russell Keith-Magee |
| 2008-07-30 | Fixed #7990 -- Modified serializers to use StringIO, rather than cStringIO, d... | Russell Keith-Magee |
| 2008-07-18 | Fixed #1443 -- Django's various bits now support dates before 1900. Thanks to... | Adrian Holovaty |
| 2008-06-09 | Fixed #7350, #7202 -- Fixed serialization for multi-model inheritance, which ... | Russell Keith-Magee |
| 2008-04-27 | Merged the queryset-refactor branch into trunk. | Malcolm Tredinnick |
| 2008-03-18 | Fixed #5574 -- Serialize a FileField using its filename from the database, not | Malcolm Tredinnick |
| 2008-02-19 | Fixed #6481 -- Fixed a bunch of import problems (and some whitespace cleanups). | Malcolm Tredinnick |
| 2007-12-17 | Fixed #6110 -- Mark the python format serializer as for internal use only. T... | Malcolm Tredinnick |
| 2007-12-04 | Fixed a bug introduced in [6891]: the "safe" YAML serializer can't handle tim... | Jacob Kaplan-Moss |
| 2007-12-04 | Fixed #5268: the YAML serializer now uses yaml.safe_dump() instead the plain ... | Jacob Kaplan-Moss |
| 2007-09-15 | Fixed #3036 -- Fixed some doctest strings that were failing. Thanks to pterk ... | Russell Keith-Magee |
| 2007-09-15 | Fixed #4714 -- Modified serializers to handle None primary keys correctly. Th... | Russell Keith-Magee |
| 2007-07-20 | Fixed #4558 -- Modified XML serializer to handle whitespace better around Non... | Russell Keith-Magee |
| 2007-07-12 | Fixed #4459 -- Added 'raw' argument to save method, to override any pre-save ... | Russell Keith-Magee |
| 2007-07-04 | Merged Unicode branch into trunk (r4952:5608). This should be fully | Malcolm Tredinnick |
| 2007-06-01 | Fixed #3466 -- Fixed problem with specifyin a 'fields' argument to a JSON ser... | Russell Keith-Magee |
| 2007-05-28 | Fixed a serialization problem with objects that have a foreign key on an obje... | Russell Keith-Magee |
| 2007-05-21 | Removed some cruft left over from fixing problems in the move to DecimalField | Malcolm Tredinnick |
| 2007-05-21 | Fixed #2365, #3324 -- Renamed FloatField to DecimalField and changed the code | Malcolm Tredinnick |
| 2007-05-14 | Fixed #4288 -- Modified serializers to pay attention to the to_field attribut... | Russell Keith-Magee |
| 2007-04-25 | Fixed #3435 -- Fixed serializing to a file stream. Patch from SmileyChris. | Malcolm Tredinnick |
| 2007-03-19 | Fixed #3741 -- Fixed serialization of GenericRelations. Thanks for the report... | Russell Keith-Magee |
| 2007-03-15 | Fixed typo in docstring of YAML serializer. | Russell Keith-Magee |
| 2007-03-15 | Added implementation of --indent for the XML serializer. | Russell Keith-Magee |
| 2007-03-13 | Added various fixes to serializer implementations. Fixes mostly deal with han... | Russell Keith-Magee |
| 2007-03-12 | Added a YAML serializer built on PyYAML (http://pyyaml.org/). This serializer... | Jacob Kaplan-Moss |
| 2007-03-01 | Fixes #2333 -- Added test fixtures framework. | Russell Keith-Magee |
| 2007-02-26 | Fixed #3390: the serializer can now contain forward references. Thanks, Russ. | Jacob Kaplan-Moss |
| 2007-01-27 | Fixed a flaw in the serializers that prevented OneToOneFields being serialize... | Russell Keith-Magee |
| 2006-11-07 | Fixed #2894: XML deserializer now correctly handles null primary keys. | Jacob Kaplan-Moss |
| 2006-11-07 | Fixed #2921: deserialization no longer failes on NULL primary keys. Thanks, ... | Jacob Kaplan-Moss |
| 2006-11-07 | Fixed #2701: Added "fields" argument to serializers.serialize. Thanks, Deryck. | Jacob Kaplan-Moss |
| 2006-10-30 | Fixed #2968 -- Changed arguments to __import__ to use empty dictionary instea... | Adrian Holovaty |
| 2006-09-22 | Fixed #2515 -- Allow passing of options to JSON serializer. Thanks, nesh. | Malcolm Tredinnick |
| 2006-08-31 | Fixed #2611 -- Fixed XML serializer to handle null datetime fields. Thanks fo... | Adrian Holovaty |
| 2006-08-28 | Fixed #2607 -- Fixed incorrect ordering of super() arguments in DateTimeAware... | Adrian Holovaty |
| 2006-07-31 | Fixed #2460 -- JSON serializer now correctly handles datetime objects. Thank... | Jacob Kaplan-Moss |
| 2006-07-21 | Fixed a bunch of spurious imports, typos, and other small errors turned up by... | Jacob Kaplan-Moss |
| 2006-06-29 | Added a JSON serializer, a few more tests, and a couple more lines of docs. | Jacob Kaplan-Moss |