mirror of https://github.com/django/django.git
Fixed ReST error in docs/newforms.txt from [4288]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4289 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
84b673e9b1
commit
9d29892f56
|
@ -658,7 +658,7 @@ We've specified ``auto_id=False`` to simplify the output::
|
|||
<tr><th>Comment:</th><td><input type="text" name="comment" /></td></tr>
|
||||
|
||||
``initial``
|
||||
~~~~~~~
|
||||
~~~~~~~~~~~
|
||||
|
||||
The ``initial`` argument lets you specify the initial value to use when
|
||||
rendering this ``Field`` in an unbound ``Form``.
|
||||
|
|
Loading…
Reference in New Issue