Skip to content

Commit

Permalink
Fixed typo in docs/topics/forms/modelforms.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
sir-sigurd authored and timgraham committed May 27, 2016
1 parent 8383868 commit 26794f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/topics/forms/modelforms.txt
Expand Up @@ -642,7 +642,7 @@ This creates a form that behaves identically to ``ArticleForm``, except there's
some extra validation and cleaning for the ``pub_date`` field.

You can also subclass the parent's ``Meta`` inner class if you want to change
the ``Meta.fields`` or ``Meta.excludes`` lists::
the ``Meta.fields`` or ``Meta.exclude`` lists::

>>> class RestrictedArticleForm(EnhancedArticleForm):
... class Meta(ArticleForm.Meta):
Expand Down

0 comments on commit 26794f6

Please sign in to comment.