mirror of
				https://github.com/django/django.git
				synced 2025-10-31 01:25:32 +00:00 
			
		
		
		
	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
This commit is contained in:
		| @@ -1,9 +1,9 @@ | |||||||
| """ | """ | ||||||
| 10. One-to-one relationships | 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 | from django.core import meta | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user