Great answer. Thanks a lot!
On Thu, Nov 3, 2011 at 8:08 AM, Andre Terra wrote:
> All you have to do is create a MyFormMixin class and add all those methods
> you want to override. Usually you will want to call super() on the class so
> that the normal behavior is also present in your final class
All you have to do is create a MyFormMixin class and add all those methods
you want to override. Usually you will want to call super() on the class so
that the normal behavior is also present in your final class.
The difference between a Mixin and a full-fledged Class can be nearly
non-existent in
2 matches
Mail list logo