Kaydet (Commit) f43da05c authored tarafından eltronix's avatar eltronix Kaydeden (comit) Tim Graham

Fixed typo in docs/topics/class-based-views/mixins.txt

üst d3c87a24
...@@ -400,7 +400,7 @@ To show what happens when you try to get more sophisticated, we show ...@@ -400,7 +400,7 @@ To show what happens when you try to get more sophisticated, we show
an example that sacrifices readability and maintainability when there an example that sacrifices readability and maintainability when there
is a simpler solution. First, let's look at a naive attempt to combine is a simpler solution. First, let's look at a naive attempt to combine
:class:`~django.views.generic.detail.DetailView` with :class:`~django.views.generic.detail.DetailView` with
:class:`~django.views.generic.edit.FormMixin` to enable use to :class:`~django.views.generic.edit.FormMixin` to enable us to
``POST`` a Django :class:`~django.forms.Form` to the same URL as we're ``POST`` a Django :class:`~django.forms.Form` to the same URL as we're
displaying an object using :class:`DetailView`. displaying an object using :class:`DetailView`.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment