mirror of https://github.com/django/django.git
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
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue