summaryrefslogtreecommitdiff
path: root/docs/model-api.txt
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2005-10-12 04:17:06 +0000
committerAdrian Holovaty <adrian@holovaty.com>2005-10-12 04:17:06 +0000
commiteb5d802cc2e48f7c035e0f33a84d9fef8e58bad9 (patch)
tree632eddf27d4162898e94fec52fd59568666747ad /docs/model-api.txt
parent5f9fe6d403dcee757778fb2c800e7866cca4b185 (diff)
Fixed ReST bug in docs/model-api.txt from [846]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@847 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/model-api.txt')
-rw-r--r--docs/model-api.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/model-api.txt b/docs/model-api.txt
index 19b69b2d66..140518e80e 100644
--- a/docs/model-api.txt
+++ b/docs/model-api.txt
@@ -294,6 +294,7 @@ Here are all available field types:
``recursive`` Optional. Either ``True`` or ``False``. Default is
``False``. Specifies whether all subdirectories of
``path`` should be included.
+ ====================== ===================================================
Of course, these arguments can be used together.