Fixed table layout issue

git-svn-id: http://code.djangoproject.com/svn/django/trunk@45 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Jacob Kaplan-Moss 2005-07-15 00:54:49 +00:00
parent 35d41699a9
commit 6708086edd
1 changed files with 3 additions and 3 deletions

View File

@ -305,9 +305,9 @@ Field Types
``ForeignKey`` fields take a large number of options for defining how the
relationship should work:
====================== ===================================================
======================= ============================================================
Option Description
====================== ===================================================
======================= ============================================================
``edit_inline`` If ``True``, this related object is edited
"inline" on the related object's page. This means
that the object will not have its own admin
@ -415,7 +415,7 @@ Field Types
is to. This is almost always ``id``, but if the
PK on the other object is named something
different, this is how to indicate that.
====================== ===================================================
======================= ============================================================
.. _`Database API reference`: http://www.djangoproject.com/documentation/db_api/