diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2005-08-15 16:15:26 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2005-08-15 16:15:26 +0000 |
| commit | 56071754eafd264ccfeef7d0742c7482baed4dae (patch) | |
| tree | 895cfe82c8b96d74425880ec4594ab8ba8da1b5e /docs/model-api.txt | |
| parent | 27986994eea82645fb99ad1a373b7d99110eb3c0 (diff) | |
Fixed #318 -- Fixed typo in docs/model-api.txt. Thanks, django@sharpbanana.co.uk
git-svn-id: http://code.djangoproject.com/svn/django/trunk@508 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/model-api.txt')
| -rw-r--r-- | docs/model-api.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/model-api.txt b/docs/model-api.txt index 46894d7a81..02d7d7a509 100644 --- a/docs/model-api.txt +++ b/docs/model-api.txt @@ -533,8 +533,8 @@ Field Types Accepts an extra option, ``prepopulate_from``, which is a list of fields from which to auto-populate the slug, via JavaScript, in the object's admin form:: - - meta.SlugField("slug", prepopulate_from=("pre_name", "name"), + + meta.SlugField("slug", prepopulate_from=("pre_name", "name")), ``SmallIntegerField`` Like an ``IntegerField``, but only allows values under a certain |
