Skip to content

Commit

Permalink
[3.0.x] Removed leftover word in CBV mixins docs.
Browse files Browse the repository at this point in the history
Backport of d83b585 from master
  • Loading branch information
claudep committed Dec 4, 2019
1 parent c8c0c0d commit e8f126a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/topics/class-based-views/mixins.txt
Expand Up @@ -474,9 +474,9 @@ Our new ``AuthorDetail`` looks like this::
# passed in form.cleaned_data['message']
return super().form_valid(form)

``get_success_url()`` is provides somewhere to redirect to,
which gets used in the default implementation of
``form_valid()``. We have to provide our own ``post()`` as noted earlier.
``get_success_url()`` provides somewhere to redirect to, which gets used
in the default implementation of ``form_valid()``. We have to provide our
own ``post()`` as noted earlier.

A better solution
-----------------
Expand Down

0 comments on commit e8f126a

Please sign in to comment.