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
This commit is contained in:
parent
27986994ee
commit
56071754ea
|
@ -534,7 +534,7 @@ Field Types
|
|||
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
|
||||
|
|
Loading…
Reference in New Issue