mirror of https://github.com/django/django.git
Fixed typo in one_to_one test docstring. Thanks, Frank
git-svn-id: http://code.djangoproject.com/svn/django/trunk@396 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
f4e4ae96cb
commit
7dc07ed937
|
@ -1,7 +1,7 @@
|
|||
"""
|
||||
10. One-to-one relationships
|
||||
|
||||
To define a many-to-one relationship, use ``OneToOneField()``.
|
||||
To define a one-to-one relationship, use ``OneToOneField()``.
|
||||
|
||||
In this example, a ``Place`` optionally can be a ``Restaurant``.
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue