mirror of
https://github.com/django/django.git
synced 2025-08-18 17:50:58 +00:00
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:
parent
fef8adefe1
commit
179017afb5
1 changed files with 2 additions and 2 deletions
|
@ -95,8 +95,8 @@ The following arguments are available to all field types. All are optional.
|
|||
('GR', 'Graduate'),
|
||||
)
|
||||
|
||||
The first element in each tuple is the actual value to be stored. The
|
||||
second element is the human-readable name for the option.
|
||||
The first element in each tuple is the actual value to be stored. The
|
||||
second element is the human-readable name for the option.
|
||||
|
||||
``core``
|
||||
For objects that are edited inline to a related object.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue