Skip to content

Commit

Permalink
Fixed formatting bug in docs/model-api.txt
Browse files Browse the repository at this point in the history
git-svn-id: http://code.djangoproject.com/svn/django/trunk@842 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
adrianholovaty committed Oct 11, 2005
1 parent fef8ade commit 179017a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/model-api.txt
Expand Up @@ -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.
Expand Down

0 comments on commit 179017a

Please sign in to comment.