django/tests/regressiontests/serializers_regress
Russell Keith-Magee 7a198f5105 Fixed #3770 -- Remove null=True tag from OneToOne serialization test. OneToOne fields can't have a value of null.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5659 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-07-12 11:24:16 +00:00
..
__init__.py
models.py Fixed #3770 -- Remove null=True tag from OneToOne serialization test. OneToOne fields can't have a value of null. 2007-07-12 11:24:16 +00:00
tests.py