diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2006-09-25 17:34:54 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2006-09-25 17:34:54 +0000 |
| commit | 61a1a1864d6e5aff91b87a57e76765000f910daa (patch) | |
| tree | e0fe01fef787fec12135fcfb37bd57ab91e156c7 /docs/model-api.txt | |
| parent | 227626dcd092051ffb29417c3bbe2d8321794cab (diff) | |
Negligible spacing fix to docs/model-api.txt from [3781]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3836 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/model-api.txt')
| -rw-r--r-- | docs/model-api.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/model-api.txt b/docs/model-api.txt index c6c4200239..5524c76654 100644 --- a/docs/model-api.txt +++ b/docs/model-api.txt @@ -545,7 +545,7 @@ The default value for the field. If ``False``, the field will not be editable in the admin or via form processing using the object's ``AddManipulator`` or ``ChangeManipulator`` -classes. Default is ``True``. +classes. Default is ``True``. ``help_text`` ~~~~~~~~~~~~~ |
