django/tests/regressiontests/serializers_regress
Russell Keith-Magee c84ff156c1 Fixed a serialization problem with objects that have a foreign key on an object whose primary key is a OneToOneField.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5371 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-05-28 05:41:32 +00:00
..
__init__.py Added unit tests to fully check the performance of the serializer engines. 2007-03-13 01:03:05 +00:00
models.py Fixed a serialization problem with objects that have a foreign key on an object whose primary key is a OneToOneField. 2007-05-28 05:41:32 +00:00
tests.py Fixed a serialization problem with objects that have a foreign key on an object whose primary key is a OneToOneField. 2007-05-28 05:41:32 +00:00