mirror of
https://github.com/django/django.git
synced 2024-11-30 15:10:46 +01:00
Fixed in typo in modelforms docs.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6848 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
2881007ad4
commit
ab75953bbb
@ -24,7 +24,7 @@ For example::
|
||||
... model = Article
|
||||
|
||||
# Creating a form to add an article.
|
||||
>>> article\ = Article()
|
||||
>>> article = Article()
|
||||
>>> form = ArticleForm(article)
|
||||
|
||||
# Creating a form to change an existing article.
|
||||
|
Loading…
Reference in New Issue
Block a user