| Age | Commit message (Expand) | Author |
| 2013-02-26 | Merged regressiontests and modeltests into the test root. | Florian Apolloner |
| 2013-02-19 | Restrict the XML deserializer to prevent network and entity-expansion DoS att... | Carl Meyer |
| 2013-02-18 | Avoided firing the request_finished signal in tests. | Aymeric Augustin |
| 2012-12-08 | Removed US localflavor-specific tests from core | Claude Paroz |
| 2012-08-14 | [py3] Fixed serializers tests | Claude Paroz |
| 2012-06-28 | Fixed #15197 -- Fixed yaml serialization into HttpResponse | Claude Paroz |
| 2012-06-07 | Fixed #18269 -- Applied unicode_literals for Python 3 compatibility. | Claude Paroz |
| 2012-05-10 | Replaced foo.next() by next(foo). | Claude Paroz |
| 2012-05-05 | Replaced cStringIO.StringIO by io.BytesIO. | Claude Paroz |
| 2012-03-30 | Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks... | Claude Paroz |
| 2012-03-12 | Fix #17879: Corrected regression in python (inherited by yaml and json) seria... | Karen Tracey |
| 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 |
| 2012-02-10 | Fixed the exception handling when deserializing via generators on Python 2.5 ... | Jannis Leidel |
| 2012-02-09 | Fixed #11970 -- Wrapped the exception happening during deserialization in Des... | Jannis Leidel |
| 2011-12-17 | Fixed various dodgy behaviours | Adrian Holovaty |
| 2011-10-13 | Convert the remainder of the relative imports in the tests to be absolute imp... | Alex Gaynor |
| 2011-08-07 | Fixed #3615: Added support for loading fixtures with forward references on da... | Karen Tracey |
| 2011-07-13 | Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t... | Jannis Leidel |
| 2011-06-11 | Fixed #811 -- Added support for IPv6 to forms and model fields. Many thanks t... | Jannis Leidel |
| 2011-04-26 | Fixed #15889 -- when trying to access to access a serializer that doesn't exi... | Alex Gaynor |
| 2011-03-03 | Updated test assertions that have been deprecated by the move to unittest2. I... | Russell Keith-Magee |
| 2011-03-03 | Fixed #3094 -- Accelerated deprecation of XMLField, since it hasn't served an... | Russell Keith-Magee |
| 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 |
| 2010-10-11 | Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch,... | Russell Keith-Magee |
| 2010-05-28 | Fixed #13638 -- Refactored the serializers_regress tests to avoid the use of ... | Russell Keith-Magee |
| 2010-02-24 | Fixed #12546. Objects with a __len__ that returns 0 can now be serialized. Th... | Joseph Kocherhans |
| 2009-12-22 | Fixed #1142 -- Added multiple database support. | Russell Keith-Magee |
| 2009-12-17 | Fixed #399: Added big integer field. Thanks to Tomáš Kopeček for persisten... | Karen Tracey |
| 2009-06-29 | Fixed #11392 -- Enforced a predictable result order for a couple of test case... | Russell Keith-Magee |
| 2009-01-18 | Corrected code in serializers_regress testcase so that, in the case where an ... | Karen Tracey |
| 2008-08-29 | Fixed #8668: prevent MySQL from running the new test from [8676]. | Jacob Kaplan-Moss |
| 2008-08-28 | Fixed #8651: correctly deserialize objects with 0 for pk/fk. | Jacob Kaplan-Moss |
| 2008-08-12 | Fixed #8134 -- Corrected serialization of m2m fields with intermediate models... | Russell Keith-Magee |
| 2008-08-08 | File storage refactoring, adding far more flexibility to Django's file handli... | Jacob Kaplan-Moss |
| 2008-07-27 | Fixed #7981 -- Wrap the manual transaction management in the | Malcolm Tredinnick |
| 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 |
| 2007-08-16 | Major refactoring of django.core.management -- it's now a package rather than... | Adrian Holovaty |
| 2007-07-12 | Fixed #3768 -- Disabled NullBooleanField PK serialization test. We can't and ... | 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-23 | Merged boulder-oracle-sprint branch (r3965:5512) back into trunk. All | Malcolm Tredinnick |
| 2007-06-10 | Fixed #4475 -- Fixed a problem that was preventing streaming tests for the | 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 | Fixed #2365, #3324 -- Renamed FloatField to DecimalField and changed the code | Malcolm Tredinnick |
| 2007-05-14 | Cleaned up the ordering of test data from [5232]. | Russell Keith-Magee |
| 2007-05-14 | Fixed #4288 -- Modified serializers to pay attention to the to_field attribut... | Russell Keith-Magee |