Kaydet (Commit) 6ff826e1 authored tarafından Dan Fellin's avatar Dan Fellin Kaydeden (comit) Tim Graham

Fixed typo in docs/topics/forms/modelforms.txt.

üst bb581f62
......@@ -691,7 +691,7 @@ and values from an attached model instance. For example::
>>> article.headline
'My headline'
>>> form = ArticleForm(initial={'headline': 'Initial headline'), instance=article)
>>> form['pub_date'].value()
>>> form['headline'].value()
'Initial headline'
.. _modelforms-factory:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment