diff options
| author | Tim Graham <timograham@gmail.com> | 2013-03-24 13:49:31 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-03-24 13:49:31 -0400 |
| commit | 6073091b77458da34c74c313b1395b4214874db1 (patch) | |
| tree | ea1acabed52c28affe683ec8ae771be7717e8f3f /docs/releases | |
| parent | f02c6c27600c6e78b3f4bb3447cfc025a1f27a90 (diff) | |
Fixed #20124 - Fixed doc warnings.
Diffstat (limited to 'docs/releases')
| -rw-r--r-- | docs/releases/1.6.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/releases/1.6.txt b/docs/releases/1.6.txt index 41611c5aaa..236be7b1d3 100644 --- a/docs/releases/1.6.txt +++ b/docs/releases/1.6.txt @@ -134,7 +134,7 @@ Minor features * Added :class:`~django.contrib.messages.views.SuccessMessageMixin` which provides a ``success_message`` attribute for - :class:`~django.view.generic.edit.FormView` based classes. + :class:`~django.views.generic.edit.FormView` based classes. * Added the :attr:`django.db.models.ForeignKey.db_constraint` and :attr:`django.db.models.ManyToManyField.db_constraint` options. @@ -169,7 +169,7 @@ Minor features * The :djadmin:`diffsettings` comand gained a ``--all`` option. -* :func:`django.forms.fields.Field.__init__` now calls ``super()``, allowing +* ``django.forms.fields.Field.__init__`` now calls ``super()``, allowing field mixins to implement ``__init__()`` methods that will reliably be called. |
