Fixed formatting bug in docs/model-api.txt

git-svn-id: http://code.djangoproject.com/svn/django/trunk@842 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2005-10-11 18:32:48 +00:00
parent fef8adefe1
commit 179017afb5
1 changed files with 2 additions and 2 deletions

View File

@ -95,8 +95,8 @@ The following arguments are available to all field types. All are optional.
('GR', 'Graduate'), ('GR', 'Graduate'),
) )
The first element in each tuple is the actual value to be stored. The The first element in each tuple is the actual value to be stored. The
second element is the human-readable name for the option. second element is the human-readable name for the option.
``core`` ``core``
For objects that are edited inline to a related object. For objects that are edited inline to a related object.