Commit 67bf6bb9 authored by Anton's avatar Anton Committed by Tim Graham
Browse files

[1.7.x] Fixed typo in docs/topics/class-based-views/intro.txt

Backport of f5fbddf2 from master
parent 32871fc2
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -251,10 +251,9 @@ more of the methods (or both!).
Decorating class-based views
============================

The extension of class-based views isn't limited to using mixins. You
can use also use decorators. Since class-based views aren't functions,
decorating them works differently depending on if you're using ``as_view`` or
creating a subclass.
The extension of class-based views isn't limited to using mixins. You can also
use decorators. Since class-based views aren't functions, decorating them works
differently depending on if you're using ``as_view()`` or creating a subclass.

Decorating in URLconf
---------------------