summaryrefslogtreecommitdiff
path: root/docs/model-api.txt
diff options
context:
space:
mode:
authorJacob Kaplan-Moss <jacob@jacobian.org>2005-07-15 00:54:49 +0000
committerJacob Kaplan-Moss <jacob@jacobian.org>2005-07-15 00:54:49 +0000
commit6708086eddf5049fb61f3339097069b5df3059f3 (patch)
treed7bee51d8d000e8a0ba110e57619ceffe47ee093 /docs/model-api.txt
parent35d41699a93811efde5e450c75c51402934135f3 (diff)
Fixed table layout issue
git-svn-id: http://code.djangoproject.com/svn/django/trunk@45 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/model-api.txt')
-rw-r--r--docs/model-api.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/model-api.txt b/docs/model-api.txt
index a65d99dc2c..d181bb868c 100644
--- a/docs/model-api.txt
+++ b/docs/model-api.txt
@@ -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/