diff options
| author | Jacob Kaplan-Moss <jacob@jacobian.org> | 2005-07-21 19:05:10 +0000 |
|---|---|---|
| committer | Jacob Kaplan-Moss <jacob@jacobian.org> | 2005-07-21 19:05:10 +0000 |
| commit | 18749c00602edeafd0b10da807ec55767fd6a6c8 (patch) | |
| tree | 439ca4cef7fea496f0208d45ee77a74575c7df71 /docs/model-api.txt | |
| parent | 96d69c5b5faa07c3be471b9a9c849b40a305e5f4 (diff) | |
Rolled a number of comments into documentation; thanks to all those who contributed.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@283 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 a2cfade854..a38e248dd8 100644 --- a/docs/model-api.txt +++ b/docs/model-api.txt @@ -278,7 +278,7 @@ Field Types .. _`strftime formatting`: http://docs.python.org/lib/module-time.html#l2h-1941 ``FloatField`` - A floating-point number. Has two required arguments: + A floating-point number. Has two **required** arguments: ====================== =================================================== Argument Description |
