| Age | Commit message (Expand) | Author |
| 2012-08-09 | [py3] Renamed `next` to `__next__` in iterators. | Aymeric Augustin |
| 2012-08-07 | [py3] Ported django.utils.encoding. | Aymeric Augustin |
| 2012-07-22 | [py3] Replaced basestring by six.string_types. | Aymeric Augustin |
| 2012-05-26 | Fixed #5423 -- Made dumpdata output one row at a time. | Claude Paroz |
| 2012-05-05 | Replaced cStringIO.StringIO by io.BytesIO. | Claude Paroz |
| 2012-03-03 | Fixed #17717 (again) -- Used the new API for concrete models added in r17573.... | Jannis Leidel |
| 2012-03-03 | Fixed #17717 -- Fixed serialization of proxy models. Thanks, Anssi Kääriäi... | Jannis Leidel |
| 2011-10-13 | Fixed #16923 -- Removed unused method in the serialization code. | Aymeric Augustin |
| 2011-07-13 | Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t... | Jannis Leidel |
| 2011-04-26 | Fixed #15889 -- when trying to access to access a serializer that doesn't exi... | Alex Gaynor |
| 2011-01-08 | Fixed #14888 -- Removing duplicated code in serialisers. Thanks to eric.fortin. | Andrew Godwin |
| 2010-12-21 | Reverting r14994 (at request of SmileyChris) because of some backwards compat... | Russell Keith-Magee |
| 2010-12-21 | Fixes #13252 -- Use the natural key instead of the primary key when serializing | Chris Beaven |
| 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 |
| 2008-08-27 | Removed oldforms, validators, and related code: | Gary Wilson Jr |
| 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 |
| 2007-12-17 | Fixed #6110 -- Mark the python format serializer as for internal use only. T... | Malcolm Tredinnick |
| 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-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-13 | Added various fixes to serializer implementations. Fixes mostly deal with han... | Russell Keith-Magee |
| 2007-03-01 | Fixes #2333 -- Added test fixtures framework. | Russell Keith-Magee |
| 2006-11-07 | Fixed #2701: Added "fields" argument to serializers.serialize. Thanks, Deryck. | Jacob Kaplan-Moss |
| 2006-08-31 | Fixed #2611 -- Fixed XML serializer to handle null datetime fields. Thanks fo... | Adrian Holovaty |
| 2006-06-29 | Added a JSON serializer, a few more tests, and a couple more lines of docs. | Jacob Kaplan-Moss |
| 2006-06-28 | Added initial cut at serialization framework, along with some basic tests and... | Jacob Kaplan-Moss |