From eb5d802cc2e48f7c035e0f33a84d9fef8e58bad9 Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Wed, 12 Oct 2005 04:17:06 +0000 Subject: [PATCH] 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 --- docs/model-api.txt | 1 + 1 file changed, 1 insertion(+) 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.