diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2005-08-01 15:31:50 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2005-08-01 15:31:50 +0000 |
| commit | 3aa33edeef66ae468eb10dd6b3d35e7053156c45 (patch) | |
| tree | 950c4dc75ed5d4c9ead543a82a6c4d8086fb7dd3 /tests/testapp/models | |
| parent | af95567c1425975353567acba8af6f14a8802276 (diff) | |
Small formatting improvement to one_to_one model test
git-svn-id: http://code.djangoproject.com/svn/django/trunk@358 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'tests/testapp/models')
| -rw-r--r-- | tests/testapp/models/one_to_one.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/testapp/models/one_to_one.py b/tests/testapp/models/one_to_one.py index 741dee9642..4cbaf8074a 100644 --- a/tests/testapp/models/one_to_one.py +++ b/tests/testapp/models/one_to_one.py @@ -1,9 +1,9 @@ """ 10. One-to-one relationships -To define a many-to-one relationship, use OneToOneField(). +To define a many-to-one relationship, use ``OneToOneField()``. -In this example, a Place optionally can be a Restaurant. +In this example, a ``Place`` optionally can be a ``Restaurant``. """ from django.core import meta |
