summaryrefslogtreecommitdiff
path: root/tests/regressiontests/serializers_regress/tests.py
AgeCommit message (Expand)Author
2010-02-24Fixed #12546. Objects with a __len__ that returns 0 can now be serialized. Th...Joseph Kocherhans
2009-12-22Fixed #1142 -- Added multiple database support.Russell Keith-Magee
2009-12-17Fixed #399: Added big integer field. Thanks to Tomáš Kopeček for persisten...Karen Tracey
2009-06-29Fixed #11392 -- Enforced a predictable result order for a couple of test case...Russell Keith-Magee
2009-01-18Corrected code in serializers_regress testcase so that, in the case where an ...Karen Tracey
2008-08-29Fixed #8668: prevent MySQL from running the new test from [8676].Jacob Kaplan-Moss
2008-08-28Fixed #8651: correctly deserialize objects with 0 for pk/fk.Jacob Kaplan-Moss
2008-08-12Fixed #8134 -- Corrected serialization of m2m fields with intermediate models...Russell Keith-Magee
2008-08-08File storage refactoring, adding far more flexibility to Django's file handli...Jacob Kaplan-Moss
2008-07-27Fixed #7981 -- Wrap the manual transaction management in theMalcolm Tredinnick
2008-06-09Fixed #7350, #7202 -- Fixed serialization for multi-model inheritance, which ...Russell Keith-Magee
2008-04-27Merged the queryset-refactor branch into trunk.Malcolm Tredinnick
2007-08-16Major refactoring of django.core.management -- it's now a package rather than...Adrian Holovaty
2007-07-12Fixed #3768 -- Disabled NullBooleanField PK serialization test. We can't and ...Russell Keith-Magee
2007-07-12Fixed #4459 -- Added 'raw' argument to save method, to override any pre-save ...Russell Keith-Magee
2007-07-04Merged Unicode branch into trunk (r4952:5608). This should be fullyMalcolm Tredinnick
2007-06-23Merged boulder-oracle-sprint branch (r3965:5512) back into trunk. AllMalcolm Tredinnick
2007-06-10Fixed #4475 -- Fixed a problem that was preventing streaming tests for theMalcolm Tredinnick
2007-06-01Fixed #3466 -- Fixed problem with specifyin a 'fields' argument to a JSON ser...Russell Keith-Magee
2007-05-28Fixed a serialization problem with objects that have a foreign key on an obje...Russell Keith-Magee
2007-05-21Fixed #2365, #3324 -- Renamed FloatField to DecimalField and changed the codeMalcolm Tredinnick
2007-05-14Cleaned up the ordering of test data from [5232].Russell Keith-Magee
2007-05-14Fixed #4288 -- Modified serializers to pay attention to the to_field attribut...Russell Keith-Magee
2007-03-19Fixed #3741 -- Fixed serialization of GenericRelations. Thanks for the report...Russell Keith-Magee
2007-03-14Fixed #2635 -- Added improved MySQL backend support from Andy Dustman. AlsoMalcolm Tredinnick
2007-03-13Added unit tests to fully check the performance of the serializer engines.Russell Keith-Magee