diff options
| author | Timo Graham <timograham@gmail.com> | 2011-05-31 09:44:21 +0000 |
|---|---|---|
| committer | Timo Graham <timograham@gmail.com> | 2011-05-31 09:44:21 +0000 |
| commit | 9f71bef7e993e3a12d36700fafff62d294b8f250 (patch) | |
| tree | ff4b273899c16365fc4e81d5a53e5aff5c32591c /docs/ref | |
| parent | d2abec535e33ee781a6d8909840b88048d034970 (diff) | |
[1.3.X] Fixed #16090, #16091 - Typos in docs; thanks teraom.
Backport of r16300 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16302 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/class-based-views.txt | 2 | ||||
| -rw-r--r-- | docs/ref/models/instances.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/class-based-views.txt b/docs/ref/class-based-views.txt index 79ff235f2a..2698a8a382 100644 --- a/docs/ref/class-based-views.txt +++ b/docs/ref/class-based-views.txt @@ -431,7 +431,7 @@ FormMixin .. method:: get_form_kwargs() - Build the keyword arguments requried to instanciate an the form. + Build the keyword arguments required to instantiate the form. The ``initial`` argument is set to :meth:`.get_initial`. If the request is a ``POST`` or ``PUT``, the request data (``request.POST`` diff --git a/docs/ref/models/instances.txt b/docs/ref/models/instances.txt index 02b9faed22..3728a09804 100644 --- a/docs/ref/models/instances.txt +++ b/docs/ref/models/instances.txt @@ -38,7 +38,7 @@ There are three steps involved in validating a model: 2. Validate the model as a whole 3. Validate the field uniqueness -All three steps are performed when you call by a model's +All three steps are performed when you call a model's ``full_clean()`` method. When you use a ``ModelForm``, the call to ``is_valid()`` will perform |
